Need help in setting up server on local with yarn #805
Replies: 2 comments 3 replies
-
Hi @iamnovaprince! what yarn version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @ozer550 , My Yarn version is 1.22.22 |
Beta Was this translation helpful? Give feedback.
3 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.
-
I got following error after hitting yarn install
warning [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x. warning vue-simple-markdown > [email protected]: Use the 'highlight.js' package instead https://npm.im/highlight.js [2/4] Fetching packages... error [email protected]: The engine "node" is incompatible with this module. Expected version ">=14". Got "10.24.1" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
My Node version is : 10.24.1
and when i upgrae my node version to 14.21.3 then i got following error
warning [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x. warning vue-simple-markdown > [email protected]: Use the 'highlight.js' package instead https://npm.im/highlight.js [2/4] Fetching packages... error [email protected]: The engine "node" is incompatible with this module. Expected version "10.x". Got "14.21.3" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Please suggest some solution
Beta Was this translation helpful? Give feedback.
All reactions