rasengan-dev / rasenganjs

React Framework which helps you to create modern and performant web applications easily.
MIT License
57 stars 1 forks source link

npm run dev failed #10

Closed danieldjakam closed 1 month ago

danieldjakam commented 1 month ago

After initializing the rasengan project I want to do an npm run dev but I come across an error error

dilane3 commented 1 month ago

Hi @danieldjakam, thanks for reporting your issue here.

Please can I have more information about your environment tools ? including:

I will easily reproduce it on my side and directly come up with the issue.

Thanks

danieldjakam commented 1 month ago

Of course @dilane3

dilane3 commented 1 month ago

Of course @dilane3

  • I use Windows 10
  • node v16.20.2 and npm v8.19.4

I remark that you are using Node v16.x. The problem is coming here because according to the documentation website, Rasengan requires Node v18.x or later.

Screenshot 2024-08-03 at 05 25 10

Link: https://www.rasengan.dev/docs/getting-started/installation

You can upgrade your node version by downloading it here: Node website: https://nodejs.org/fr/download/package-manager

But if you have some projects which requires Node 16.x, don't worry you can use NVM to manage many versions of your node runtime and activate what you want to use at each time

See how to use NVM: https://blog.logrocket.com/how-switch-node-js-versions-nvm/

If after that the problem is solved, please just mention that here so that we can close the issue. If not, let me know.

Thanks.

danieldjakam commented 1 month ago

Problem solved thank you I hadn't noticed the problem

dilane3 commented 1 month ago

Okay super.

Glad to know the problem has been solved on your side ✅

So let's close the issue 😊