Communities for your favorite technologies. Explore all Collectives
Now available on Stack Overflow for Teams! AI features where you work: search, IDE, and chat.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Get early access and see previews of new features.
I keep getting this error when trying to run ionic serve command in terminal.
I have looked this up and seen I need to delete the npm_modules file and reinstall
What is the command for this? or how do i do it?
node_modules
npm install
npm_modules
node_modules
and runnpm install
.node_modules
folder, then runnpm install
in your terminal.npm_modules
is a folder, not a file. It's a sibling folder of src folder in a cli project.