-
Notifications
You must be signed in to change notification settings - Fork 22
Angular常见问题
L edited this page Mar 30, 2018
·
2 revisions
保证package.json存在
npm install -g @angular/cli@latest
保证.angular-cli.json文件有正确的json格式,包括注释都不能有:
//"index": "myindexfile.html",