繁体   English   中英

mutler模块安装对于node.js失败

[英]mutler module install is failing for node.js

我正在尝试安装mutler模块以使用node.js上传文件,这是我在尝试安装mutler时不断遇到的错误:

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上发布的各种解决方案,但似乎没有任何效果。

npm i -S multer

multer不mutler。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM