-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error with bahmutov/npm-install@v1 #117
Comments
I'm also experiencing identical issues, I created a PR to remove one line of html out of my codebase and now I'm seeing the same error message as @racheldaguenethahn. I just upgraded to the new Mac, but I wouldn't think that would have anything to do with this... |
I dbenton9, finally we resolved the issue by updating the github workflow. This existing workflow: has been updated like this |
Hello,
one of my pipeline - not modified from 2 months - defines this step:
`
with:
working-directory: frontend
`
The previous week, this step runs successfully.
`
Run bahmutov/npm-install@v1
running npm-install GitHub Action
trying to restore cached NPM modules
Received 117104878 of 117104878 (100.0%), 108.4 MBs/sec
Cache Size: ~112 MB (117104878 B)
/usr/bin/tar --use-compress-program zstd -d -xf /home/runner/work/_temp/c1b9c05c-4b75-4f27-9257-dcc569abecfe/cache.tzst -P -C /home/runner/work/equipe-de-france/equipe-de-france
npm cache hit yarn-linux-x64-425bc2d37dca3f79a1fdff8734e4c94af78779cfbe6ab7b8df71909b2a78bc382f506b318e1f64b08d5e93c2a57a028cdefedf29a335d2e526d133ecf05b1079
installing NPM dependencies using Yarn
yarn at "/usr/local/bin/yarn"
/usr/local/bin/yarn --frozen-lockfile
yarn install v1.22.17
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning "@zeit/next-css > [email protected]" has unmet peer dependency "webpack@^4.0.0".
warning "@zeit/next-css > [email protected]" has unmet peer dependency "webpack@^4.4.0".
warning "@zeit/next-sass > [email protected]" has unmet peer dependency "webpack@^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0".
warning "next-images > [email protected]" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
warning "next-images > [email protected]" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
warning " > [email protected]" has unmet peer dependency "@types/[email protected]".
warning " > [email protected]" has unmet peer dependency "react-is@>= 16.8.0".
warning " > [email protected]" has unmet peer dependency "[email protected]".
warning " > [email protected]" has incorrect peer dependency "[email protected]".
warning " > [email protected]" has incorrect peer dependency "[email protected]".
[5/5] Building fresh packages...
Done in 151.82s.
all done, exiting
`
Today, the step is suddenly failing and I don't know why.
bahmutov_error.txt
Does someone have an idea?
Thanks
Rachel
The text was updated successfully, but these errors were encountered: