Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error installing npm server #24

Open
zyptan opened this issue Aug 28, 2016 · 1 comment
Open

error installing npm server #24

zyptan opened this issue Aug 28, 2016 · 1 comment

Comments

@zyptan
Copy link

zyptan commented Aug 28, 2016

Your environment has been set up for using Node.js 4.5.0 (x64) and npm.

C:\Users\selec>npm install
npm ERR! install Couldn't read dependencies
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "D:\Node\node.exe" "D:\Node\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v4.5.0
npm ERR! npm v2.15.9
npm ERR! path C:\Users\selec\package.json
npm ERR! code ENOPACKAGEJSON
npm ERR! errno -4058
npm ERR! syscall open

npm ERR! package.json ENOENT: no such file or directory, open 'C:\Users\selec\package.json'
npm ERR! package.json This is most likely not a problem with npm itself.
npm ERR! package.json npm can't find a package.json file in your current directory.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\selec\npm-debug.log

@zyptan
Copy link
Author

zyptan commented Aug 28, 2016

0 info it worked if it ends with ok
1 verbose cli [ 'D:\Node\node.exe',
1 verbose cli 'D:\Node\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart [email protected]
6 info start [email protected]
7 verbose unsafe-perm in lifecycle true
8 info [email protected] Failed to exec start script
9 verbose stack Error: [email protected] start: node ./index.js
9 verbose stack Exit status 1
9 verbose stack at EventEmitter. (D:\Node\node_modules\npm\lib\utils\lifecycle.js:217:16)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at EventEmitter.emit (events.js:172:7)
9 verbose stack at ChildProcess. (D:\Node\node_modules\npm\lib\utils\spawn.js:24:14)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at ChildProcess.emit (events.js:172:7)
9 verbose stack at maybeClose (internal/child_process.js:829:16)
9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
10 verbose pkgid [email protected]
11 verbose cwd C:\Users\selec\Downloads\Slither-Server-0.0.5\Slither-Server-0.0.5
12 error Windows_NT 10.0.10586
13 error argv "D:\Node\node.exe" "D:\Node\node_modules\npm\bin\npm-cli.js" "start"
14 error node v4.5.0
15 error npm v2.15.9
16 error code ELIFECYCLE
17 error [email protected] start: node ./index.js
17 error Exit status 1
18 error Failed at the [email protected] start script 'node ./index.js'.
18 error This is most likely a problem with the Slither-Server package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error node ./index.js
18 error You can get information on how to open an issue for this project with:
18 error npm bugs Slither-Server
18 error Or if that isn't available, you can get their info via:
18 error
18 error npm owner ls Slither-Server
18 error There is likely additional logging output above.
19 verbose exit [ 1, true ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant