[email protected] dev
vite
Rendering' is not recognized as an internal or external command,
operable program or batch file.
node:internal/modules/cjs/loader:1146
throw err;
i was simply running the surver in vite react and got error
how to solve this error
New contributor
Himanshu Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
There is not enough information to help you out, but you can follow the following steps to check if everything is setup correctly:-
- Check your
package.json
, if it has the following line
"scripts": {
"dev": "vite",
...
}
- Install node modules
npm install
If this doesn’t solve the problem, add more code/context to help you out.