-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Outdated dependencies. #1884
Comments
@JustFly1984 The reason for the cryptic error message is that require('react-docgen-typescript').withCustomConfig('./tsconfig.json').parse with require('react-docgen-typescript').withCustomConfig(path.resolve(__dirname, 'tsconfig.json')).parse Anyway, this is not a |
Here I get the following
|
@mmomtchev @lensbart @lensbart The next issue I have is with [email protected] - it is unmaintained over 3 years https://www.npmjs.com/package/awesome-typescript-loader, and I'm getting an error: |
😴 This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week without any further activity. Consider opening a pull request if you still have this issue or want this feature. |
I guess this has been fixed |
PR to solve the peer dependency issues: |
I'm a maintainer of @react-google-maps/api package, and I've used styleguidist for our docs for several years. Currently We had migrated from tsdx to rollup, updated react 17 support and [email protected].
Trying to run
npx styleguidist server --config ./styleguide.config.js --verbose
, but it failsAlso while running yarn install I'm observing dependency issues, so it could be related:
the main issue I see is that awesome-typescript-loader was released last time 3 years ago, and I'm sure there should be legit maintainable replacement published since then.
Please respond if styleguidist is still maintained, or I will search for replacement.
Also I see that you had not upgraded webpack to 5+ version yet.
The text was updated successfully, but these errors were encountered: