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

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

    After half a day trying to solve this And after: python version error node-sass misconfiguration error

    I did the following

    • Remove node-modules folder
    • Run "npm audit fix --force"
    • Downgrade webpack installation "npm uninstall webpack && install webpack@3.12.0"

    The last one because ionic build was giving me an error on that package after the audit

提交回复
热议问题