2013-07-22 19 views
0

無法安裝js-beautify,這裏發生了什麼。不知道爲什麼它失敗在這裏,有人可以幫無法安裝js-beautify

nvm 

Node Version Manager 

Usage: 
    nvm help     Show this message 
    nvm install [-s] <version> Download and install a <version> 
    nvm uninstall <version>  Uninstall a version 
    nvm use <version>   Modify PATH to use <version> 
    nvm run <version> [<args>] Run <version> with <args> as arguments 
    nvm ls      List installed versions 
    nvm ls <version>   List versions matching a given description 
    nvm ls-remote    List remote versions available for install 
    nvm deactivate    Undo effects of NVM on current shell 
    nvm alias [<pattern>]  Show all aliases beginning with <pattern> 
    nvm alias <name> <version> Set an alias named <name> pointing to <version> 
    nvm unalias <name>   Deletes the alias named <name> 
    nvm copy-packages <version> Install global NPM packages contained in <version> to current version 

Example: 
    nvm install v0.4.12   Install a specific version number 
    nvm use 0.2     Use the latest available 0.2.x release 
    nvm run 0.4.12 myApp.js  Run myApp.js using node v0.4.12 
    nvm alias default 0.4  Auto use the latest installed v0.4.x version 

這是我們如何安裝JS-美化

[email protected]:~$ nvm install js-beautify 
Warning: Failed to create the file 
Warning: /home/jeff/.nvm/bin/node-N/A-linux-x64/node-N/A-linux-x64.tar.gz: 
Warning: No such file or directory 
######################################################################## 100.0% 
curl: (23) Failed writing body (0 != 162) 
Binary download failed, trying source. 
Additional options while compiling: 
nvm: install N/A failed! 
+0

@ShivanRaptor真的嗎?他正在使用錯誤的命令。見阿爾貝託的答案。 – user568109

+0

@ user568109-謝謝 – Sam

回答

3

nvm是一個節點版本管理。 npm是節點包管理器。

您應該使用npm安裝軟件包

npm install js-beautify 
+0

@ Alberto-Thanks – Sam

+0

如果這有助於您記住將答案標記爲已接受。 –