正在使用新的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"
},
我希望有人能帮助我。