2016-08-25 107 views
0

我試圖安裝上傳如何使用Node.js 這是我不斷收到當我試圖安裝mutler錯誤文件mutler模塊:mutler模塊安裝失敗的node.js的

karans-MBP:artink Karan$ sudo npm install mutler --save 
npm ERR! Darwin 15.0.0 
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "mutler" "--save" 
npm ERR! node v4.4.7 
npm ERR! npm v3.10.7 
npm ERR! code E404 

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/mutler 
npm ERR! 404 
npm ERR! 404 'mutler' is not in the npm registry. 
npm ERR! 404 You should bug the author to publish it (or use the name yourself!) 
npm ERR! 404 
npm ERR! 404 Note that you can also install from a 
npm ERR! 404 tarball, folder, http url, or git url. 

npm ERR! Please include the following file with any support request: 
npm ERR!  /Users/Karan/artink/npm-debug.log 

我已經嘗試了各種解決方案發布在stackoverflow上,但似乎沒有任何工作。

回答

2

npm i -S multer

multer不mutler。