You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this using the unsafe-perm flag, same error occured
> [email protected] postinstall C:\Users\redacted\AppData\Roaming\npm\node_modules\prey
> node ./scripts/post_install.js
The system cannot find the path specified.
{ [Error: spawn ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn' }
> [email protected] preuninstall C:\Users\redacted\AppData\Roaming\npm\node_modules\prey
> node ./scripts/pre_uninstall.js
The system cannot find the path specified.
npm WARN continuing anyway [email protected] preuninstall: `node ./scripts/pre_uninstal
l.js`
npm WARN continuing anyway Exit status 1
npm ERR! [email protected] postinstall: `node ./scripts/post_install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is most likely a problem with the prey package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./scripts/post_install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls prey
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "prey"
npm ERR! cwd C:\Users\redacted
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\redacted\npm-debug.log
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered:
I tried this using the unsafe-perm flag, same error occured
The text was updated successfully, but these errors were encountered: