TestGcm icon indicating copy to clipboard operation
TestGcm copied to clipboard

NPM install fails

Open philipwhiuk opened this issue 7 years ago • 0 comments

NPM version info:

$ npm --version
3.5.2

Log:

pwhiteho@A5105:/mnt/c/Users/pwhiteho/git/TestGcm$ npm install
npm WARN deprecated [email protected]: This was a temporary package since the package name was already taken. The package name was transferred for babel so we recommend using babel-plugin-external-helpers instead.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: connect 2.x series is deprecated
npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: cross-spawn no longer requires a build toolchain, use it instead
loadDep:ware → resolveWit ▌ ╢████████████████████████████████████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟
npm WARN deprecated [email protected]: This package has been deprecated in favour of @sinonjs/samsam
npm WARN deprecated [email protected]: This package is unmaintained. Use @sinonjs/formatio instead
npm ERR! tar.unpack untar error /home/pwhiteho/.npm/core-js/1.2.7/package.tgz
npm ERR! tar.unpack untar error /home/pwhiteho/.npm/react-native/0.17.0/package.tgz
[email protected] /mnt/c/Users/pwhiteho/git/TestGcm
├── UNMET DEPENDENCY react-native@^0.17.0
├── [email protected]
└── UNMET PEER DEPENDENCY react-native-system-notification@^0.0.8

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN [email protected] requires a peer of react-native-system-notification@^0.0.8 but none was installed.
npm ERR! Linux 4.4.0-17134-Microsoft
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! path /mnt/c/Users/pwhiteho/git/TestGcm/node_modules/.staging/core-js-a2c3185b/library/modules/es6.array.find.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall utime

npm ERR! enoent ENOENT: no such file or directory, utime '/mnt/c/Users/pwhiteho/git/TestGcm/node_modules/.staging/core-js-a2c3185b/library/modules/es6.array.find.js'
npm ERR! enoent ENOENT: no such file or directory, utime '/mnt/c/Users/pwhiteho/git/TestGcm/node_modules/.staging/core-js-a2c3185b/library/modules/es6.array.find.js'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR!     /mnt/c/Users/pwhiteho/git/TestGcm/npm-debug.log

philipwhiuk avatar Dec 20 '18 15:12 philipwhiuk