Hello,
I’m trying to get sharetribe running on my local mac. I’ve followed the readme on github and got to step 12 running the development server. Looks like it’s failing on “Failed to exec styleguide script”? Any help would be appreciated.
Thanks,
Holger
here’s the npm-debug.logs:
0 info it worked if it ends with ok
1 verbose cli [ ‘/usr/local/bin/node’,
1 verbose cli ‘/usr/local/bin/npm’,
1 verbose cli ‘run’,
1 verbose cli ‘styleguide’ ]
2 info using npm@3.10.3
3 info using node@v6.3.1
4 verbose run-script [ ‘prestyleguide’, ‘styleguide’, ‘poststyleguide’ ]
5 info lifecycle @~prestyleguide: @
6 silly lifecycle @~prestyleguide: no script for prestyleguide, continuing
7 info lifecycle @~styleguide: @
8 verbose lifecycle @~styleguide: unsafe-perm in lifecycle true
9 verbose lifecycle @~styleguide: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/holger/dev/sharetribe/client/node_modules/.bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin/:/Applications/Postgres.app/Contents/MacOS/bin:/Users/holger/dev/tools/play-2.0:/Users/holger/dev/tools/android-sdk-macosx/tools:/usr/share/grails/bin::/usr/share/ec2/bin:/usr/local/Cellar/ruby/2.3.1//bin
10 verbose lifecycle @~styleguide: CWD: /Users/holger/dev/sharetribe/client
11 silly lifecycle @~styleguide: Args: [ ‘-c’, ‘start-storybook -p 9001’ ]
12 silly lifecycle @~styleguide: Returned: code: 1 signal: null
13 info lifecycle @~styleguide: Failed to exec styleguide script
14 verbose stack Error: @ styleguide: start-storybook -p 9001
14 verbose stack Exit status 1
14 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:242:16)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at EventEmitter.emit (events.js:191:7)
14 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at ChildProcess.emit (events.js:191:7)
14 verbose stack at maybeClose (internal/child_process.js:852:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
15 verbose pkgid @
16 verbose cwd /Users/holger/dev/sharetribe/client
17 error Darwin 15.5.0
18 error argv “/usr/local/bin/node” “/usr/local/bin/npm” “run” "styleguide"
19 error node v6.3.1
20 error npm v3.10.3
21 error code ELIFECYCLE
22 error @ styleguide: start-storybook -p 9001
22 error Exit status 1
23 error Failed at the @ styleguide script ‘start-storybook -p 9001’.
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 package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error start-storybook -p 9001
23 error You can get information on how to open an issue for this project with:
23 error npm bugs
23 error Or if that isn’t available, you can get their info via:
23 error npm owner ls
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]