Replies: 1 comment
-
You don't need to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
Description
Recently I upgraded all the dependencies to the latest versions. When I do
npm install
thengatsby build
I get this error:I opened the
/home/r007/Projects/ocius/node_modules/pngquant-bin/vendor/
folder, there is nothing there. Only source code folder. I tried downgrading the dependencies, but it didn't help much. The only solution that helped me is this:After that, everything works as expected. Also yarn users are not affected, for some reason,
yarn install
works fine even without imagemin-pngquant dependency.Steps to reproduce
git clone https://github.com/ocius/website ocius
cd ocius
git checkout redesign-stage-1
npm install
gatsby build
Environment
Beta Was this translation helpful? Give feedback.
All reactions