Skip to content

Instantly share code, notes, and snippets.

@interactivellama
Created July 5, 2018 14:48
Show Gist options
  • Save interactivellama/cfdcc057ea5533d3432317c708897d89 to your computer and use it in GitHub Desktop.
Save interactivellama/cfdcc057ea5533d3432317c708897d89 to your computer and use it in GitHub Desktop.
sjames-ltm:design-system-react sjames$ cd ..
sjames-ltm:www sjames$ git clone git@github.com:salesforce/design-system-react.git dsr-test2
Cloning into 'dsr-test2'...
remote: Counting objects: 59632, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 59632 (delta 0), reused 0 (delta 0), pack-reused 59628
Receiving objects: 100% (59632/59632), 83.93 MiB | 2.78 MiB/s, done.
Resolving deltas: 100% (39949/39949), done.
sjames-ltm:www sjames$ cd dsr-test2
sjames-ltm:dsr-test2 sjames$ npm install
> fmerge@1.2.0 install /Users/sjames/www/dsr-test2/node_modules/fmerge
> node install.js
`fmerge.min.js` created
> fsevents@1.1.3 install /Users/sjames/www/dsr-test2/node_modules/fsevents
> node install
[fsevents] Success: "/Users/sjames/www/dsr-test2/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile
> fsevents@1.2.4 install /Users/sjames/www/dsr-test2/node_modules/sane/node_modules/fsevents
> node install
[fsevents] Success: "/Users/sjames/www/dsr-test2/node_modules/sane/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile
> phantomjs-prebuilt@2.1.16 install /Users/sjames/www/dsr-test2/node_modules/phantomjs-prebuilt
> node install.js
PhantomJS not found on PATH
Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-macosx.zip
Saving to /var/folders/k2/slcgm4tj6yx2n0l9kc5xrbgm8b6djy/T/phantomjs/phantomjs-2.1.1-macosx.zip
Receiving...
[========================================] 99%
Received 16746K total.
Extracting zip contents
Removing /Users/sjames/www/dsr-test2/node_modules/phantomjs-prebuilt/lib/phantom
Copying extracted folder /var/folders/k2/slcgm4tj6yx2n0l9kc5xrbgm8b6djy/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1530801972008/phantomjs-2.1.1-macosx -> /Users/sjames/www/dsr-test2/node_modules/phantomjs-prebuilt/lib/phantom
Writing location.js file
Done. Phantomjs binary available at /Users/sjames/www/dsr-test2/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
> puppeteer@1.3.0 install /Users/sjames/www/dsr-test2/node_modules/puppeteer
> node install.js
Downloading Chromium r549031 - 76 Mb [====================] 100% 0.0s
Chromium downloaded to /Users/sjames/www/dsr-test2/node_modules/puppeteer/.local-chromium/mac-549031
> node-sass@4.7.2 install /Users/sjames/www/dsr-test2/node_modules/node-sass
> node scripts/install.js
Cached binary found at /Users/sjames/.npm/node-sass/4.7.2/darwin-x64-57_binding.node
> axe-core@2.6.1 postinstall /Users/sjames/www/dsr-test2/node_modules/axe-core
> node build/utils/postinstall.js
> uglifyjs-webpack-plugin@0.4.6 postinstall /Users/sjames/www/dsr-test2/node_modules/@storybook/react/node_modules/webpack/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js
> uglifyjs-webpack-plugin@0.4.6 postinstall /Users/sjames/www/dsr-test2/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js
> lint-staged@3.6.1 postinstall /Users/sjames/www/dsr-test2/node_modules/lint-staged
> echo "🚫💩 lint-staged installed!
Do not forget to configure it. See https://github.com/okonet/lint-staged/blob/master/README.md" && exit 0
🚫💩 lint-staged installed!
Do not forget to configure it. See https://github.com/okonet/lint-staged/blob/master/README.md
(node:13911) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added. Use emitter.setMaxListeners() to increase limit
> node-sass@4.7.2 postinstall /Users/sjames/www/dsr-test2/node_modules/node-sass
> node scripts/build.js
Binary found at /Users/sjames/www/dsr-test2/node_modules/node-sass/vendor/darwin-x64-57/binding.node
Testing binary
Binary is fine
added 2397 packages in 60.741s
sjames-ltm:dsr-test2 sjames$ npm start
> design-system-react@0.8.18 start /Users/sjames/www/dsr-test2
> npx start-storybook -p 9001 -s ./node_modules & node tests/browser-tests-app
In-browser unit test server listening on port 8001
info @storybook/react v3.4.3
info
info => Loading static files from: /Users/sjames/www/dsr-test2/node_modules .
info => Loading custom .babelrc
info => Loading custom addons config.
info => Loading custom webpack config (extending mode).
66% building modules 735/780 modules 45 active ...ddon-actions/dist/lib/errors/index.jswebpack built fea99b84ea84a8108848 in 14248ms
webpack built 7184c61fdb614401c810 in 28952ms
info Storybook started on => http://localhost:9001/
info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment