Need help in setting up server on local with yarn #805
Closed
iamnovaprince
started this conversation in
Community
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
-
I got following error after hitting yarn install
warning svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. warning vue-simple-markdown > highlightjs@9.16.2: Use the 'highlight.js' package instead https://npm.im/highlight.js [2/4] Fetching packages... error js-beautify@1.15.1: 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 svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. warning vue-simple-markdown > highlightjs@9.16.2: Use the 'highlight.js' package instead https://npm.im/highlight.js [2/4] Fetching packages... error kolibri-tools@0.15.4: 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