salomonelli / best-resume-ever

:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
https://salomonelli.github.io/best-resume-ever
MIT License
16.31k stars 2.28k forks source link

Node needs updating in package.json #418

Closed Hevski closed 1 year ago

Hevski commented 2 years ago

Case

BUG

Issue

npm run export not working - node needs to be updated to 16.16.0 in package.json

Info

Reproduce

run npm run export, get error:

ERROR: npm is known not to run on Node.js v10.11.0 You'll need to upgrade to a newer Node.js version in order to use this version of npm. You can find the latest version at https://nodejs.org/ ERROR: npm is known not to run on Node.js v10.11.0 You'll need to upgrade to a newer Node.js version in order to use this version of npm. You can find the latest version at https://nodejs.org/

I can fix it by changing the node version in package.json and running npm i

pubkey commented 1 year ago

I removed the node dependency.