Closed donghhan closed 2 years ago
Facing same issue. Can anyone please help.
you will need to update the packages
npm-check-updates
npm install -g npm-check-updates
npx ncu -u -t patch
npm install
After this, running gatsby develop
should work
Any update on this?
Same problem.
npm --version 8.15.0
node --version v16.17.1
Linux 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
you will need to update the packages
- install
npm-check-updates
npm install -g npm-check-updates
- run the command to update the dependencies to the latest patch version
npx ncu -u -t patch
- run
npm install
After this, running
gatsby develop
should work
ncu appears to be an out of date weather(?) package. I didnt have to install the npm-check-updates package globally, i just ran it with npx.
npx npm-check-updates -u -t patch
npm install
npx gatsby develop
I followed exactly same as what it showed on the
README.md
in this repository, but I found error. Could anybody help?