ubuntu18.10下面安装nodejs和npm和cnpm
安裝nodejs
apt install nodejs ln -s /usr/bin/nodejs /usr/bin/node?
subl ~/.bashrc
alias node=/home/appleyuchi/下載/node-v12.13.1-linux-x64/bin/node alias npm=/home/appleyuchi/下載/node-v12.13.1-linux-x64/bin/npm~$ node
Welcome to Node.js v12.13.1.
Type ".help" for more information.
>?
?
$ npm
Usage: npm <command>
where <command> is one of:
? ? access, adduser, audit, bin, bugs, c, cache, ci, cit,
? ? clean-install, clean-install-test, completion, config,
? ? create, ddp, dedupe, deprecate, dist-tag, docs, doctor,
? ? edit, explore, get, help, help-search, hook, i, init,
? ? install, install-ci-test, install-test, it, link, list, ln,
? ? login, logout, ls, org, outdated, owner, pack, ping, prefix,
? ? profile, prune, publish, rb, rebuild, repo, restart, root,
? ? run, run-script, s, se, search, set, shrinkwrap, star,
? ? stars, start, stop, t, team, test, token, tst, un,
? ? uninstall, unpublish, unstar, up, update, v, version, view,
? ? whoami
npm <command> -h ?quick help on <command>
npm -l ? ? ? ? ? ?display full usage info
npm help <term> ? search for help on <term>
npm help npm ? ? ?involved overview
Specify configs in the ini-formatted file:
? ? /home/appleyuchi/.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config
npm@6.12.1 /home/appleyuchi/下載/node-v12.13.1-linux-x64/lib/node_modules/npm
?
#安裝cnpm的方式:
npm install -g cnpm --registry=https://registry.npm.taobao.org
?
總結
以上是生活随笔為你收集整理的ubuntu18.10下面安装nodejs和npm和cnpm的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 菜鸟教程-Javascript学习笔记-
- 下一篇: win7+ubuntu19.10使用ea