Skip to content
Permalink
7b00c58f45
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
45 lines (45 sloc) 2.63 KB
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'acceptance' ]
2 info using npm@3.5.2
3 info using node@v8.10.0
4 verbose run-script [ 'preacceptance', 'acceptance', 'postacceptance' ]
5 info lifecycle 10_auth@1.0.0~preacceptance: 10_auth@1.0.0
6 silly lifecycle 10_auth@1.0.0~preacceptance: no script for preacceptance, continuing
7 info lifecycle 10_auth@1.0.0~acceptance: 10_auth@1.0.0
8 verbose lifecycle 10_auth@1.0.0~acceptance: unsafe-perm in lifecycle true
9 verbose lifecycle 10_auth@1.0.0~acceptance: PATH: /usr/share/npm/bin/node-gyp-bin:/home/cc/Documents/340CT_Project/node_modules/.bin:/home/cc/.local/bin:/home/cc/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
10 verbose lifecycle 10_auth@1.0.0~acceptance: CWD: /home/cc/Documents/340CT_Project
11 silly lifecycle 10_auth@1.0.0~acceptance: Args: [ '-c', './test.sh' ]
12 silly lifecycle 10_auth@1.0.0~acceptance: Returned: code: 1 signal: null
13 info lifecycle 10_auth@1.0.0~acceptance: Failed to exec acceptance script
14 verbose stack Error: 10_auth@1.0.0 acceptance: `./test.sh`
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.<anonymous> (/usr/share/npm/lib/utils/lifecycle.js:232:16)
14 verbose stack at emitTwo (events.js:126:13)
14 verbose stack at EventEmitter.emit (events.js:214:7)
14 verbose stack at ChildProcess.<anonymous> (/usr/share/npm/lib/utils/spawn.js:24:14)
14 verbose stack at emitTwo (events.js:126:13)
14 verbose stack at ChildProcess.emit (events.js:214:7)
14 verbose stack at maybeClose (internal/child_process.js:925:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
15 verbose pkgid 10_auth@1.0.0
16 verbose cwd /home/cc/Documents/340CT_Project
17 error Linux 4.15.0-66-generic
18 error argv "/usr/bin/node" "/usr/bin/npm" "run" "acceptance"
19 error node v8.10.0
20 error npm v3.5.2
21 error code ELIFECYCLE
22 error 10_auth@1.0.0 acceptance: `./test.sh`
22 error Exit status 1
23 error Failed at the 10_auth@1.0.0 acceptance script './test.sh'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the 10_auth package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error ./test.sh
23 error You can get information on how to open an issue for this project with:
23 error npm bugs 10_auth
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls 10_auth
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]