Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corinnekrych/b912760b0e43672de6bdb7a191bc2f14 to your computer and use it in GitHub Desktop.
Save corinnekrych/b912760b0e43672de6bdb7a191bc2f14 to your computer and use it in GitHub Desktop.
➜ cbdc-next git:(cswd-149.storybook.ui.components) rm -rf node_modules yarn.lock
➜ cbdc-next git:(cswd-149.storybook.ui.components) ✗ yarn install
yarn install v1.16.0
info No lockfile found.
[1/4] 🔍 Resolving packages...
warning auth0-js > superagent@3.8.3: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header). This notice will go away with v5.0.2+ once it is released.
warning @storybook/react > @storybook/core > @storybook/ui > recompose > fbjs > core-js@1.2.7: core-js@<2.6.8 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version of core-js@2.
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > left-pad@1.3.0: use String.prototype.padStart()
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
warning "@cloudbees/honeyui > bootstrap@4.3.1" has unmet peer dependency "jquery@1.9.1 - 3".
warning "@cloudbees/honeyui > bootstrap@4.3.1" has unmet peer dependency "popper.js@^1.14.7".
warning "@zeit/next-css > mini-css-extract-plugin@0.4.3" has unmet peer dependency "webpack@^4.4.0".
warning "@zeit/next-css > css-loader@1.0.0" has unmet peer dependency "webpack@^4.0.0".
warning "@zeit/next-sass > sass-loader@6.0.6" has unmet peer dependency "webpack@^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0".
warning " > dotenv-webpack@1.7.0" has unmet peer dependency "webpack@^1 || ^2 || ^3 || ^4".
warning " > babel-loader@8.0.6" has unmet peer dependency "webpack@>=2".
warning " > @typescript-eslint/eslint-plugin@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
warning " > @typescript-eslint/parser@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
warning " > eslint-config-airbnb@17.1.1" has incorrect peer dependency "eslint@^4.19.1 || ^5.3.0".
warning "eslint-config-airbnb > eslint-config-airbnb-base@13.2.0" has incorrect peer dependency "eslint@^4.19.1 || ^5.3.0".
warning " > eslint-loader@2.2.1" has unmet peer dependency "webpack@>=2.0.0 <5.0.0".
warning " > react-addons-test-utils@15.6.2" has incorrect peer dependency "react-dom@^15.4.2".
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
✨ Done in 146.50s.
➜ cbdc-next git:(cswd-149.storybook.ui.components) ✗ yarn dev
yarn run v1.16.0
$ yarn setup && nodemon
$ ts-node -O '{"module": "commonjs"}' ./website/setup.ts
Missing environment variable CLOUDBEES_COM_CONTENTFUL_PREVIEW_ACCESS_TOKEN
Missing environment variable CLOUDBEES_COM_CONTENTFUL_PREVIEW_HOST
[nodemon] 1.19.1
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: /Users/corinne/workspace/cloudbees/test/tmp/cbdc-next/**/*
[nodemon] starting `ts-node -O '{"module": "commonjs"}' ./website/server.ts`
Found experimental config:
Experimental features can change at anytime and aren't officially supported (use at your own risk).
Starting type checking service...
Using 1 worker with 2048MB memory limit
No type errors found
Version: typescript 3.5.3
Time: 3487ms
[ info ] bundled successfully, waiting for typecheck results ...
> Ready with cache on http://localhost:3000
[ ready ] compiled successfully
[ event ] build page: /
[ wait ] compiling ...
No type errors found
Version: typescript 3.5.3
Time: 60ms
[ info ] bundled successfully, waiting for typecheck results ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment