-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnpm-debug.log
44 lines (44 loc) · 4.87 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ]
2 info using npm@3.5.2
3 info using node@v4.2.6
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle demo@0.0.0~prestart: demo@0.0.0
6 silly lifecycle demo@0.0.0~prestart: no script for prestart, continuing
7 info lifecycle demo@0.0.0~start: demo@0.0.0
8 verbose lifecycle demo@0.0.0~start: unsafe-perm in lifecycle true
9 verbose lifecycle demo@0.0.0~start: PATH: /usr/share/npm/bin/node-gyp-bin:/mnt/c/Users/Changewind/Desktop/prello/prello_opt2_gr3/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files (x86)/Intel/iCLS Client:/mnt/c/Program Files/Intel/iCLS Client:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files (x86)/Windows Live/Shared:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/mnt/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/mnt/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/mnt/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/mnt/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/mnt/c/Program Files (x86)/CMake/bin:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files (x86)/Heroku/bin:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/d/cygwin64/bin:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/d/eSpeak/command_line:/mnt/c/Program Files (x86)/Skype/Phone:/mnt/c/Program Files/Java/jdk1.8.0_77/jre/bin:/mnt/c/Program Files/nodejs:/mnt/c/Program Files/Git/cmd:/mnt/c/Users/Changewind/AppData/Local/Programs/Python/Python36/Scripts:/mnt/c/Users/Changewind/AppData/Local/Programs/Python/Python36:/mnt/c/Program Files (x86)/Intel/iCLS Client:/mnt/c/Program Files/Intel/iCLS Client:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files (x86)/Windows Live/Shared:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/mnt/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/mnt/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/mnt/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/mnt/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/mnt/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/mnt/c/Program Files (x86)/CMake/bin:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files (x86)/Skype/Phone:/mnt/c/Program Files (x86)/Heroku/bin:/mnt/c/Users/Changewind/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/Changewind/AppData/Roaming/npm:/mnt/c/Program Files/Microsoft VS Code/bin
10 verbose lifecycle demo@0.0.0~start: CWD: /mnt/c/Users/Changewind/Desktop/prello/prello_opt2_gr3
11 silly lifecycle demo@0.0.0~start: Args: [ '-c', 'node ./bin/www' ]
12 info lifecycle demo@0.0.0~start: Failed to exec start script
13 verbose stack Error: demo@0.0.0 start: `node ./bin/www`
13 verbose stack spawn ENOENT
13 verbose stack at ChildProcess.<anonymous> (/usr/share/npm/lib/utils/spawn.js:17:16)
13 verbose stack at emitTwo (events.js:87:13)
13 verbose stack at ChildProcess.emit (events.js:172:7)
13 verbose stack at maybeClose (internal/child_process.js:821:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
14 verbose pkgid demo@0.0.0
15 verbose cwd /mnt/c/Users/Changewind/Desktop/prello/prello_opt2_gr3
16 error Linux 4.4.0-43-Microsoft
17 error argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
18 error node v4.2.6
19 error npm v3.5.2
20 error file sh
21 error code ELIFECYCLE
22 error errno ENOENT
23 error syscall spawn
24 error demo@0.0.0 start: `node ./bin/www`
24 error spawn ENOENT
25 error Failed at the demo@0.0.0 start script 'node ./bin/www'.
25 error Make sure you have the latest version of node.js and npm installed.
25 error If you do, this is most likely a problem with the demo package,
25 error not with npm itself.
25 error Tell the author that this fails on your system:
25 error node ./bin/www
25 error You can get information on how to open an issue for this project with:
25 error npm bugs demo
25 error Or if that isn't available, you can get their info via:
25 error npm owner ls demo
25 error There is likely additional logging output above.
26 verbose exit [ 1, true ]