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

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

    I had the same problem and here is what worked for me

    I was trying to run the program using VSCode terminal, Instead I used the windows cmd and it ran perfectly. I think the error is in VSCode terminal, it cannot identify the app-scripts module inside the project. Maybe it will be fixed in a later update.

提交回复
热议问题