-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Bug] npm install breaks with npm version 8 #124
Comments
Hi, |
@nlepage thanks for your work! This still fails in the Github jobs because of the npm version. I'm going to check if I can update the npm version to the last one. |
AFAIK, we can't use the last npm version in Github jobs (or it's very hacky). I see this PR was closed but not merged. Maybe could we merge it so last changes could work? |
PR has been merged but the CI jobs are still failing, it wasn't enough 😔. I'm going to take a look in case I can find a workaround for YUI version problem. |
@Gorzas Sorry for the delay, I pushed a PR to fix the CI jobs. |
@nlepage no worries 😊. The last version of NodeJS was published just a week ago. Thanks a lot! |
Describe the bug
When trying to install
@storybook/ember-cli-storybook
with npm in version 8.11.0 it always gives me the following error:The error comes from the npm package
yui
which is dragged in byember-cli-addon-docs-yuidoc
. The root cause of this issue has to do with a problem of npm itself, for more details see here: npm/cli#5017When we run
npm i
with the--no-audit
flag everything runs just fine but this also feels a little bit weirdI wonder if it's possible to use something else than
ember-cli-addon-docs-yuidoc
because I think thatyuidoc
is already a very old project (last published 6 years ago).Just let me know what you think and feel free to just close the ticket if it's not relevant or not an option to switch away from
ember-cli-addon-docs-yuidoc
.Steps to reproduce the behavior
If you have volta installed, skip step 1 and 2
npm i
without--no-audit
flagnpm ERR! Invalid Version: 3.5.0pr2
Expected behavior
npm i
also works without--no-audit
Environment
The text was updated successfully, but these errors were encountered: