2016-11-22 140 views

回答

2

此錯誤表明您沒有正確安裝Express,我建議您在本地項目上安裝Express。 使用此命令:

//init your app 
npm init 
//install the express on your project 
npm install express --save 

看到亞!