2017-09-21 33 views
0

當我運行ng eject命令時,我看到下面的消息打印在控制檯上。在最後一行中,它說它已經添加了包?運行ng eject時會添加哪些軟件包?我正在使用角度CLI版本1.0.6。運行彈出時會添加哪些軟件包?

To run your builds, you now need to do the following commands: 
    - "npm run build" to build. 
    - "npm run test" to run unit tests. 
    - "npm start" to serve the app using webpack-dev-server. 
    - "npm run e2e" to run protractor. 

Running the equivalent CLI commands will result in an error. 

========================================================================================== 

Some packages were added. Please run "npm install". 

回答

相關問題