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

后端 未结 18 2999
悲哀的现实
悲哀的现实 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:20

    In my macOS (10.13.3), I got it solved after reinstalling Node version manager.

    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
    source ~/.bashrc
    

提交回复
热议问题