500 Error: Cannot find module 'jade'

安裝express以後訪問http://localhost:3000。會出現500 Error: Cannot find module 'jade'錯誤
解決方案:
肯定package.json裏有添加相應的jade依賴配置
使用npm install -d 能夠自動配置package.json,並安裝全部須要依賴的包express

 安裝npm

 http://www.jb51.net/article/70755.htmjson

相關文章
相關標籤/搜索