2016-08-04 8 views
1

我已經安裝了平均值,其具有以下指示堆棧meanio MS:GET/- - - -

$ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash 
$ sudo apt-get update 
$ sudo apt-get install nodejs 
$ npm install -g gulp 
$ npm install -g bower 
$ sudo npm install -g mean-cli 
$ mean init testApp 
$ cd testApp && npm install 

每當我運行gulp命令啓動成功,並顯示最後一行:

Mean app started on port 3000 (development) cluster.worker.id: 0 
[12:09:03] index.html reloaded. 

之後,如果我去localhost:3000在一個無限循環的頁面重新加載和顯示終端上的輸出如下:

Mean app started on port 3000 enter code here`(development) cluster.worker.id: 0 
[12:09:03] index.html reloaded. 
GET/- - - - ms 
GET/- - - - ms 
GET/- - - - ms 

回答

0

對npm的交叉檢查權限也會從根改變所有者。