Reputation: 98
I have started working on a reactJs project. After starting npm in command Prompt I'm unable to type anything. Should I close the cmd window or is there a way to stop npm.
You can now view ageteller in the browser.
Local: http://localhost:3000/
On Your Network: http://192.168.124.31:3000/
**Note that the development build is not optimized.
To create a production build, use yarn build.**
Ageteller is my project name and this is what my cmd is displaying with no type option.
Upvotes: 0
Views: 4994
Reputation: 2899
Have you tried CTRL+C
? If not, you should be fine to close the window. Not sure what you ran, but if you set it to run in the background, you can use taskmgr
to force-kill the process.
Upvotes: 2