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

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

    In my case, I need to set NODE_ENV to production then it installs successfully

    set NODE_ENV=production
    npm install @ionic/app-scripts@latest --save-dev
    

提交回复
热议问题