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

changed navigation ui #8

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions app/test/npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'test' ]
2 info using npm@3.5.2
3 info using node@v8.10.0
4 verbose run-script [ 'pretest', 'test', 'posttest' ]
5 info lifecycle hyperledger-explorer-test@0.3.0~pretest: hyperledger-explorer-test@0.3.0
6 silly lifecycle hyperledger-explorer-test@0.3.0~pretest: no script for pretest, continuing
7 info lifecycle hyperledger-explorer-test@0.3.0~test: hyperledger-explorer-test@0.3.0
8 verbose lifecycle hyperledger-explorer-test@0.3.0~test: unsafe-perm in lifecycle true
9 verbose lifecycle hyperledger-explorer-test@0.3.0~test: PATH: /usr/share/npm/bin/node-gyp-bin:/home/uchiha/BlockChain/blockchain-explorer/app/test/node_modules/.bin:/home/uchiha/.yarn/bin:/home/uchiha/.config/yarn/global/node_modules/.bin:/home/uchiha/BlockChain/fabric-samples/bin:/home/uchiha/anaconda3/bin:/home/uchiha/.yarn/bin:/home/uchiha/.config/yarn/global/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/uchiha/go/bin
10 verbose lifecycle hyperledger-explorer-test@0.3.0~test: CWD: /home/uchiha/BlockChain/blockchain-explorer/app/test
11 silly lifecycle hyperledger-explorer-test@0.3.0~test: Args: [ '-c', 'mocha *.js --exit' ]
12 silly lifecycle hyperledger-explorer-test@0.3.0~test: Returned: code: 1 signal: null
13 info lifecycle hyperledger-explorer-test@0.3.0~test: Failed to exec test script
14 verbose stack Error: hyperledger-explorer-test@0.3.0 test: `mocha *.js --exit`
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 hyperledger-explorer-test@0.3.0
16 verbose cwd /home/uchiha/BlockChain/blockchain-explorer/app/test
17 error Linux 4.15.0-23-generic
18 error argv "/usr/bin/node" "/usr/bin/npm" "run" "test"
19 error node v8.10.0
20 error npm v3.5.2
21 error code ELIFECYCLE
22 error hyperledger-explorer-test@0.3.0 test: `mocha *.js --exit`
22 error Exit status 1
23 error Failed at the hyperledger-explorer-test@0.3.0 test script 'mocha *.js --exit'.
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 hyperledger-explorer-test package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error mocha *.js --exit
23 error You can get information on how to open an issue for this project with:
23 error npm bugs hyperledger-explorer-test
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls hyperledger-explorer-test
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
26 changes: 13 additions & 13 deletions app/test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading