npm run dev does not work #52044
Replies: 1 comment
-
Hi @gabriellgomess you should open this issue on vite repository since it's unrelated to node.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Both when I create a new application with
npm create vite@latest
and when I clone an application, when I run the commandnpm run dev
it does not show the link to open the application, it should showhttp://localhost:5173
, but instead, in the console it just says> generator-remessa@0.0.0 dev > vite
, even so I tried typing in the url http://localhost:5173, but it didn't really start the server.What intrigues me is that this happens on 3 of my computers, 2 Windows 10 and 1 Windows 11, on all of them, I uninstalled and installed node and npm, I disabled antivirus and firewall, it happens even when running through VS Code, as well as through the prompt, In the Vite settings I already tried to set another port and my alternatives were exhausted.
Beta Was this translation helpful? Give feedback.
All reactions