centos6.3中安装nodejs和npm

查看我本地centos版本:

[wz@supportserver-51 ~]$ rpm -q centos-release
centos-release-6-3.el6.centos.9.x86_64
sudo wget https://nodejs.org/dist/v0.12.6/node-v0.12.6-linux-x64.tar.gz

解压之后发现没有./configure,估计下载错了,然后我去下载这个:

sudo wget https://nodejs.org/dist/v0.12.6/node-v0.12.6.tar.gz

这个可以了:

tar zxvf node-v0.12.6.tar.gz
cd
./configure
make && make install

make && make install 输出了一大堆东西,用了好几分钟,需要耐心等候。

node -v
v0.12.6

OK,我们进行下一步,安装npm。

参考这里:https://github.com/npm/npm

最后我使用的:

[wz@supportserver-51 node-v0.12.6]$ sudo curl -L https://www.npmjs.com/install.sh | sudo sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6239  100  6239    0     0   6841      0 --:--:-- --:--:-- --:--:--  9934
tar=/bin/tar
version:
tar (GNU tar) 1.23
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
install npm@latest
fetching: http://registry.npmjs.org/npm/-/npm-2.12.1.tgz
-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|//usr/bin/npm -> /usr/lib/node_modules/npm/bin/npm-cli.js
npm@2.12.1 /usr/lib/node_modules/npm
It worked
[wz@supportserver-51 node-v0.12.6]$ 

在这之前你可能需要建一下软链:

sudo ln -s /usr/local/bin/node /usr/bin/node

否则可能会提示你没有安装nodejs无法安装npm。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值