ashutosh1919 / masterPortfolio

🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.
https://ashutoshhathidara.com
MIT License
3.62k stars 1.47k forks source link

latest version of nodejs #322

Closed Saurabh-001-S closed 1 year ago

Saurabh-001-S commented 1 year ago

i forked this project to my github account and then clone it in my pc then i run npm install so it install all packages that need the projects, but when i run the app it when developement server start and then instantly close the development server.

brahmbeyond commented 1 year ago

i forked this project to my github account and then clone it in my pc then i run npm install so it install all packages that need the projects, but when i run the app it when developement server start and then instantly close the development server.

because this project uses the earlier version of node js. You can switch between different versions node and npm by using nvm or simply install a earlier version of node on your system.

ashutosh1919 commented 1 year ago

@Saurabh-001-S , I think @autumn-absconds's comment should help you.

Please reopen the issue if it is yet not resolved.

Saurabh-001-S commented 1 year ago

Yes it resolve thanks @autumn-absconds