0

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?

4
  • Delete node_modules and run npm install.
    – Phix
    Commented Apr 28, 2020 at 20:31
  • How do i do this? is there a specific command?
    – Ryan Kelly
    Commented Apr 28, 2020 at 20:32
  • That's literally the command. Delete the node_modules folder, then run npm install in your terminal.
    – Phix
    Commented Apr 28, 2020 at 20:32
  • npm_modules is a folder, not a file. It's a sibling folder of src folder in a cli project. Commented Apr 28, 2020 at 20:54

0

Browse other questions tagged or ask your own question.