Error: Cannot find module '../lib/utils/unsupported.js' while using Ionic

后端 未结 18 2968
悲哀的现实
悲哀的现实 2020-12-12 09:34

I always get this error message when I run \"Ionic start project name\":

Error message

Running command - failed![ERROR] An error occurred while run         


        
18条回答
  •  粉色の甜心
    2020-12-12 10:22

    On fedora 27 I solved the problem by doing this:

    sudo rm -f  /usr/local/lib/node_modules/npm
    sudo dnf reinstall nodejs
    

提交回复
热议问题