-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
npm install and redoc-cli bundle fails #1442
Comments
This is caused by new npm@7 (shipped with nod@15) is installing peer dependencies by default and a dependency we use (mobx-react) specifies the wrong peer dependency:
As a workaround use the LTS version of node.js. I will open a pr aginst mobx-react later. |
rbuysse
added a commit
to Cargill/grid-docs
that referenced
this issue
Oct 28, 2020
The node base image was recently updated causing builds to fail during installation of redoc. Once the issue described at Redocly/redoc#1442 is resolved, this change should be reverted. Signed-off-by: Ryan Beck-Buysse <[email protected]>
rbuysse
added a commit
to rbuysse/splinter-docs
that referenced
this issue
Oct 28, 2020
The node base image was recently updated causing builds to fail during installation of redoc. Once the issue described at Redocly/redoc#1442 is resolved, this change should be reverted. Signed-off-by: Ryan Beck-Buysse <[email protected]>
rbuysse
added a commit
to rbuysse/splinter-docs
that referenced
this issue
Oct 28, 2020
The node base image was recently updated causing builds to fail during installation of redoc. Once the issue described at Redocly/redoc#1442 is resolved, this change should be reverted. Signed-off-by: Ryan Beck-Buysse <[email protected]>
rbuysse
added a commit
to Cargill/grid-docs
that referenced
this issue
Oct 28, 2020
The "latest" image is based off stretch so lts-stretch is a better replacement. This commit and commit a5753990c should be reverted once Redocly/redoc#1442 is resolved. Signed-off-by: Ryan Beck-Buysse <[email protected]>
rbuysse
added a commit
to Cargill/grid-docs
that referenced
this issue
Oct 28, 2020
The "latest" image is based off stretch so lts-stretch is a better replacement. This commit and commit 5753990 should be reverted once Redocly/redoc#1442 is resolved. Signed-off-by: Ryan Beck-Buysse <[email protected]>
Fixed in [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After last update to 0.10.0
redoc-cli bundle
stop working.How to reproduce:
Start node latest image
Install redoc-cli globaly
Try to bundle something
The text was updated successfully, but these errors were encountered: