Skip to content

Installing dependencies fails due to ENOENT: no such file or directory #4

@maiermic

Description

@maiermic

Which Node.js and NPM version should be used in this project? I tried to install dependencies using Node.js 12.19.0 (NPM 6.14.8) and Node.js 10.23.1 (NPM 6.14.10), but I get:

$ npm install
npm WARN tar ENOENT: no such file or directory, open '/path/to/ddd-demo/node_modules/.staging/webpack-dev-middleware-19a1473b/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/path/to/ddd-demo/node_modules/.staging/webpack-log-30dea17c/package.json'
npm WARN tar ENOENT: no such file or directory, open '/path/to/ddd-demo/node_modules/.staging/webpack-log-30dea17c/CHANGELOG.md'
npm WARN tar ENOENT: no such file or directory, open '/path/to/ddd-demo/node_modules/.staging/webpack-log-30dea17c/LICENSE'
npm WARN tar ENOENT: no such file or directory, open '/path/to/ddd-demo/node_modules/.staging/webpack-log-30dea17c/README.md'
npm WARN tar ENOENT: no such file or directory, open '/path/to/ddd-demo/node_modules/.staging/sockjs-client-f83e4699/dist/sockjs.min.js'
...
npm WARN tar ENOENT: no such file or directory, open '/path/to/ddd-demo/node_modules/.staging/rxjs-499f94f3/src/operators/zipAll.ts'
npm WARN tar ENOENT: no such file or directory, open '/path/to/ddd-demo/node_modules/.staging/rxjs-499f94f3/_esm2015/LICENSE.txt'
npm WARN tar ENOENT: no such file or directory, open '/path/to/ddd-demo/node_modules/.staging/rxjs-499f94f3/_esm5/LICENSE.txt'
npm ERR! code ENOENT
npm ERR! syscall stat
npm ERR! path /path/to/angular-architects/angular-architects-ddd-0.0.8.tgz
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, stat '/path/to/angular-architects/angular-architects-ddd-0.0.8.tgz'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions