rasengan-dev / rasenganjs

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

Error while trying to run Rasengan app in development mode using the command 'rasengan dev' #8

Closed EssiJunior closed 3 weeks ago

EssiJunior commented 2 months ago

This is the error message:

The term 'rasengan' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

I think this suggests installing rasengan CLI. My mistake maye be, but in the documentation I haven't seen a section specifying it.

I will be happy to have a fix to this, thanks.

github-actions[bot] commented 2 months ago

Thanks for your interest by sharing what's going wrong with Rasengan.js, your contribution will help more than one.

dilane3 commented 1 month ago

This is the error message:

The term 'rasengan' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

I think this suggests installing rasengan CLI. My mistake maye be, but in the documentation I haven't seen a section specifying it.

I will be happy to have a fix to this, thanks.

Hello @EssiJunior

Sorry for my late answer. Want to know if the error is still opened ? have you already found a way to resolve it ?

dilane3 commented 3 weeks ago

After several investigation, it seems like you are trying to execute rasengan dev command directly, it's not possible. You have to pass through a script from your package.json file and thenn run npm run dev.

Hope it's clear now.

I will close the issue.

EssiJunior commented 3 weeks ago

After several investigation, it seems like you are trying to execute rasengan dev command directly, it's not possible.

You have to pass through a script from your package.json file and thenn run npm run dev.

Hope it's clear now.

I will close the issue.

Exactly, I tried to run rasengan dev on terminal.