安裝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