0
我正在使用npm(節點packege管理器),與Angular2, 我試圖改變服務器的端口,但它 不運行,這是我的bs -config.json:npm如何更改服務器端口
{
"server": {
"port": 8080
"baseDir": "src",
"routes": {
"/node_modules": "node_modules"
}
}
}
你也可以嘗試不用永久更改而運行像這樣'ng serve --port 8080' –