npm run dev fails : ValidationError: Invalid options object

前端 未结 6 871
梦如初夏
梦如初夏 2020-12-30 19:35

Currently learning Vue js and express js through some tutorials, I am still newbie regarding these technologies.

Anyway following the tutorials I am building a smal

6条回答
  •  春和景丽
    2020-12-30 20:10

    Reset angular toolkit version to 2.3.0 using the below command.

    npm i @ionic/angular-toolkit@2.3.0 -E -D
    

提交回复
热议问题