Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save realStandal/cf6a53e74e99f83845d64a768cc3a759 to your computer and use it in GitHub Desktop.
Save realStandal/cf6a53e74e99f83845d64a768cc3a759 to your computer and use it in GitHub Desktop.
Redwood Storybook 0.32 Log
yarn run v1.22.10
$ C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\node_modules\.bin\rw storybook
$ C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\node_modules\.bin\msw init C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\web\public --no-save
$ C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\node_modules\.bin\start-storybook --config-dir ../node_modules/@redwoodjs/core/config/storybook --port 7910 --no-version-updates --static-dir C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\web\public
Initializing the Mock Service Worker at "C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\web\public"...
Service Worker successfully created!
C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\web\public\mockServiceWorker.js
Continue by creating a mocking definition module in your application:
https://mswjs.io/docs/getting-started/mocks
info @storybook/react v6.2.9
info
info => Loading presets
info => Serving static files from C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\web\public at /
info => Loading custom babel config as JS
info => Loading 1 config file in "C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\node_modules\@redwoodjs\core\config\storybook"
info => Loading 8 other files in "C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\node_modules\@redwoodjs\core\config\storybook"
info => Loading custom babel config as JS
WARN unable to find package.json for @types/babel-core
WARN unable to find package.json for @types/babel-plugin-tester
WARN unable to find package.json for babel-plugin-tester
info => Adding stories defined in "C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\node_modules\@redwoodjs\core\config\storybook\main.js"
info => Using implicit CSS loaders
info => Using default Webpack4 setup
(node:15864) DeprecationWarning: Default PostCSS plugins are deprecated. When switching to '@storybook/addon-postcss',
you will need to add your own plugins, such as 'postcss-flexbugs-fixes' and 'autoprefixer'.
See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-default-postcss-plugins for details.
(Use `node --trace-deprecation ...` to show where the warning was created)
10% building 1/1 modules 0 activeinfo => Using cached manager
19% building 76/130 modules 54 active C:\Users\ryans\OneDrive\Desktop\LockTech\cerberus_storybook\node_modules\core-js\modules\es.string.iterator.js
warn - You have enabled the JIT engine which is currently in preview.
warn - Preview features are not covered by semver, may introduce breaking changes, and can change at any time.
webpack built preview ed4541f95197d1cf3ae5 in 27697ms
╭──────────────────────────────────────────────────╮
│ │
│ Storybook 6.2.9 started │
│ 28 s for preview │
│ │
│ Local: http://localhost:7910/ │
│ On your network: http://172.30.64.1:7910/ │
│ │
╰──────────────────────────────────────────────────╯
webpack building...
webpack built preview 594cee5611a834ce399a in 10212ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment