-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
26 lines (26 loc) · 1.05 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'watch' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prewatch', 'watch', 'postwatch' ]
5 info prewatch [email protected]
6 info watch [email protected]
7 verbose unsafe-perm in lifecycle true
8 info [email protected] Failed to exec watch script
9 error [email protected] watch: `nodemon src`
9 error Exit status 1
10 error Failed at the [email protected] watch script.
10 error This is most likely a problem with the AdminPanel package,
10 error not with npm itself.
10 error Tell the author that this fails on your system:
10 error nodemon src
10 error You can get their info via:
10 error npm owner ls AdminPanel
10 error There is likely additional logging output above.
11 error System Linux 4.14.0-parrot2-amd64
12 error command "/usr/bin/node" "/usr/bin/npm" "run" "watch"
13 error cwd /home/crow/Desktop/github-repos/week-8/project/AdminPanel
14 error node -v v6.12.0
15 error npm -v 1.4.21
16 error code ELIFECYCLE
17 verbose exit [ 1, true ]