当运行npm start时,缺少启动

时间:2018-09-05 23:25:40

标签: android ionic-framework

正在使用新的android应用程序,但是当我尝试启动服务器时却得到了。

  

npm错误!缺少脚本:启动npm ERR!此运行的完整日志可以   可以在以下位置找到:npm ERR!
  /home/.npm/_logs/2018-09-05T23_17_23_146Z-debug.log

我使用npm 6.1.0版本

我的package.json

{
  "name": "ionic-hello-world",
  "author": "xxxxxxxxxxxxxxx",
  "homepage": "xxxxxxxxxxxxx",
  "private": true,
  "scripts": {
    "clean": "ionic-app-scripts clean",
    "build": "ionic-app-scripts build",
    "ionic:build": "ionic-app-scripts build",
    "ionic:serve": "ionic-app-scripts serve"
  },

我希望有人能帮助我。

0 个答案:

没有答案