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

前端 未结 17 2493
终归单人心
终归单人心 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:31

    I was facing same issue, here is what I did-

    1. Removed node_modules from directory (Manually).
    2. open project dir
    3. run this command-

     npm install
    

    That fixed those errors for me.

    See here.

提交回复
热议问题