-
Notifications
You must be signed in to change notification settings - Fork 102
Description
- Bugs when trying to run this projects with storybook:
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'storybook' ]
2 info using npm@3.8.7
3 info using node@v5.11.0
4 verbose run-script [ 'prestorybook', 'storybook', 'poststorybook' ]
5 info lifecycle mantra-demo@0.4.0prestorybook: mantra-demo@0.4.0prestorybook: no script for prestorybook, continuing
6 silly lifecycle mantra-demo@0.4.0
7 info lifecycle mantra-demo@0.4.0storybook: mantra-demo@0.4.0storybook: unsafe-perm in lifecycle true
8 verbose lifecycle mantra-demo@0.4.0
9 verbose lifecycle mantra-demo@0.4.0storybook: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/prjsprod/meteor_1.3/mantra-sample-blog-app/node_modules/.bin:/usr/bin:/usr/lib/hardening-wrapper/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perlstorybook: CWD: /home/prjsprod/meteor_1.3/mantra-sample-blog-app
10 verbose lifecycle mantra-demo@0.4.0
11 silly lifecycle mantra-demo@0.4.0storybook: Args: [ '-c', 'start-storybook -p 9001 -s ./public' ]storybook: Returned: code: 1 signal: null
12 silly lifecycle mantra-demo@0.4.0
13 info lifecycle mantra-demo@0.4.0~storybook: Failed to exec storybook script
14 verbose stack Error: mantra-demo@0.4.0 storybook: start-storybook -p 9001 -s ./public
14 verbose stack Exit status 1
14 verbose stack at EventEmitter. (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:244:16)
14 verbose stack at emitTwo (events.js:100:13)
14 verbose stack at EventEmitter.emit (events.js:185:7)
14 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/lib/utils/spawn.js:24:14)
14 verbose stack at emitTwo (events.js:100:13)
14 verbose stack at ChildProcess.emit (events.js:185:7)
14 verbose stack at maybeClose (internal/child_process.js:850:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
15 verbose pkgid mantra-demo@0.4.0
16 verbose cwd /home/prjsprod/meteor_1.3/mantra-sample-blog-app
17 error Linux 4.3.3-2-ARCH
18 error argv "/usr/bin/node" "/usr/bin/npm" "run" "storybook"
19 error node v5.11.0
20 error npm v3.8.7
21 error code ELIFECYCLE
22 error mantra-demo@0.4.0 storybook: start-storybook -p 9001 -s ./public
22 error Exit status 1
23 error Failed at the mantra-demo@0.4.0 storybook script 'start-storybook -p 9001 -s ./public'.
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 mantra-demo package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error start-storybook -p 9001 -s ./public
23 error You can get information on how to open an issue for this project with:
23 error npm bugs mantra-demo
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls mantra-demo
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
Thanks.