Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • 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 > [email protected]: 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 > [email protected]: 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 > [email protected]: use String.prototype.padStart()
[2/4] 🚚 Fetching packages...
[3/4] πŸ”— Linking dependencies...
warning "@cloudbees/honeyui > [email protected]" has unmet peer dependency "[email protected] - 3".
warning "@cloudbees/honeyui > [email protected]" has unmet peer dependency "popper.js@^1.14.7".
warning "@zeit/next-css > [email protected]" has unmet peer dependency "webpack@^4.4.0".
warning "@zeit/next-css > [email protected]" has unmet peer dependency "webpack@^4.0.0".
warning "@zeit/next-sass > [email protected]" has unmet peer dependency "webpack@^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0".
warning " > [email protected]" has unmet peer dependency "webpack@^1 || ^2 || ^3 || ^4".
warning " > [email protected]" has unmet peer dependency "webpack@>=2".
warning " > @typescript-eslint/[email protected]" has incorrect peer dependency "eslint@^5.0.0".
warning " > @typescript-eslint/[email protected]" has incorrect peer dependency "eslint@^5.0.0".
warning " > [email protected]" has incorrect peer dependency "eslint@^4.19.1 || ^5.3.0".
warning "eslint-config-airbnb > [email protected]" has incorrect peer dependency "eslint@^4.19.1 || ^5.3.0".
warning " > [email protected]" has unmet peer dependency "webpack@>=2.0.0 <5.0.0".
warning " > [email protected]" 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