Error: Cannot find module '@ionic/app-scripts'

前端 未结 17 2514
终归单人心
终归单人心 2020-12-13 02:24

I\'m new to Ionic. I was following the Ionic documentation \"get started\", created a project sample named \"super\". The problem is that when I run the command line i

17条回答
  •  心在旅途
    2020-12-13 02:53

    Delete node_modules and package-lock.json

    rm -rf node_modules package-lock.json
    npm install
    

    Reference: https://github.com/ionic-team/ionic-cli/issues/3399

提交回复
热议问题