-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotenv-webpack missing #7641
Comments
and if install it, it yells at me i don't have raw-loader |
ModuleNotFoundError: Module not found: Error: Can't resolve 'react-resize-detector' in '/Users/cyber/dev/jb/qc/qc-frontend/node_modules/@storybook/react/node_modules/@storybook/ui/dist' |
And after getting it to start up I get the error
|
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Sorry I missed this the first time around. Are you still seeing this in the latest beta? |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
@shilman, hello. I updated on latest stable 5.2.0 and receive type checking error
Do I need explicitly install |
|
I experienced this unpleasantness as well @uyarn - I tried |
@revmischa Hi revmischa, did you just add this line of code into your project? and which file did you add? |
yes in my custom wrapper addon |
Thank you @revmischa , I'll try it and hope it can be fixed throughly :), Cheers. |
@kroeder I'm looking at:
And the output does reference This is true for a LOT of packages actually. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
In app/angular it was due to tsconfig "types=[webpack-env]" I assume it was added because in one server file |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
Hi! It seems the error persists even with version 6.0.22 $ C:\project\node_modules\.bin\start-storybook --loglevel info
info @storybook/angular v6.0.22
info
info => Loading presets
WARN Failed to load preset: "C:\\project\\node_modules\\@storybook\\angular\\node_modules\\@storybook\\core\\dist\\server\\manager\\manager-preset.js"
ERR! Error: Cannot find module 'dotenv-webpack'
ERR! at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
ERR! at Function.Module._load (internal/modules/cjs/loader.js:562:25)
ERR! at Module.require (internal/modules/cjs/loader.js:692:17)
ERR! at require (internal/modules/cjs/helpers.js:25:18)
ERR! at Object.<anonymous> (C:\project\node_modules\@storybook\angular\node_modules\@storybook\core\dist\server\manager\manager-webpack.config.js:20:45) I've tried to install the required package, but it seems to continue requiring more packages. Analyzing the content of |
@futbolsalas15 if you can provide a clean reproduction repo, I can take a look. I suspect it's a lockfile issue, try removing all lockfiles, node_modules and re-installing. |
I upgraded to the latest @storybook/core and @storybook/react
and now get:
The text was updated successfully, but these errors were encountered: