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

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

    app-scripts currently compatible with node 6 and 7. İf you installed node 8, then please uninstall and install node 6 stable version. This solved error and now i can use ionic 3, angular 4 . Take care!

提交回复
热议问题