planttheidea / fast-copy

A blazing fast deep object copier
MIT License
1.13k stars 31 forks source link

cANNOT npm i #5

Closed Sarah-Gr closed 6 years ago

Sarah-Gr commented 6 years ago

npm i

ck Rolling back readable-stream@2.3.6 failed (this is probably harmless): EPERM: operation not permitted, lstat 'C:\Users\sar\Documents\GitHub\fast-copy\node_modules\fsevents\node_modules'
npm WARN rollback Rolling back node-pre-gyp@0.9.1 failed (this is probably harmless): EPERM: operation not permitted, lstat 'C:\Users\sar\Documents\GitHub\fast-copy\node_modules\fsevents\node_modules'
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

> fast-copy@1.1.2 prepublish C:\Users\sar\Documents\GitHub\fast-copy
> if in-publish; then npm run prepublish:compile; fi

then was unexpected at this time.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fast-copy@1.1.2 prepublish: `if in-publish; then npm run prepublish:compile; fi`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fast-copy@1.1.2 prepublish script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\sar\AppData\Roaming\npm-cache\_logs\1-debug.log
planttheidea commented 6 years ago

Network issues? Proxy not connecting to the npm registry? Whatever the issue may be, its not with the library itself.

image