Real-World-Vue-3-TypeScript icon indicating copy to clipboard operation
Real-World-Vue-3-TypeScript copied to clipboard

Problems deploying the project (2025)

Open frodrisan opened this issue 2 months ago • 0 comments

Hi!

If you are a new student like me and you have found that you can't deploy the project due to various dependency issues.

I recommend that you:

  • use nvm to manage Node versions. In this case, it seems that version 10.24.1 works

If nvm (1.2.X) gives you problems, you'll have to go back to 1.1.12.

Extra: if you encounter a similar problem again, use: grep -hop '"node":.*' node_modules/*/package.json | sort To find out which version of node the project works with. The -p argument not needed in Windows.

frodrisan avatar Nov 17 '25 10:11 frodrisan