win10:angular-cli安裝及build項目
阿新 • • 發佈:2018-10-08
nload embed -s load href app container base 後端
win10
angular-cli安裝及build項目:
https://blog.csdn.net/rongyongfeikai2/article/details/53084473
node.js安裝:
https://blog.csdn.net/wing_93/article/details/78573820
需要安裝Python2.7,不安裝有很多問題
1.ng build報錯:You have to be inside an angular-cli project in order to use the build command.
解決方法:npm install -g @angular/cli@latest ,但是會有其他問題,python安裝後,沒問題了!!!
2.ng build報錯
解決方法:安裝python後沒問題了!!!
ps:貼一下成功的圖,目錄下會出現dist文件夾,哈哈哈!
後端maven編譯跳過測試命令
mvn clean package -DskipTests
mvn install -DskipTests / mvn install -Dmaven.test.skip=true
win10:angular-cli安裝及build項目