cmd npm yarn cnpm的使用

使用电脑几个常用命令: winodw+R 运行cmd

打开命令就可以运行的程序:

*1.记事本 notepad
2.画图: mspaint
3.检查电脑版本:winver
4.电脑自带播放器: dvdplay
5.计算器:calc

命令行:查看详细信息
1.查看电脑ip地址: ipconfig
2.刷屏:dir /s
3.颜色:color 0-9

npm的安装:
1.先安装好node.js在官网上有,
2.npm 命令行输入 npm -v即可查看版本及安装是否成功
3.安装Yarn 或者cnpm :命令行输入npm install yarn -g/npm install cnpm -g全局安装
4.安装淘宝镜像:百度去查找:

1)`npm config set registry https://registry.npm.taobao.org
2)`npm install -g cnpm --registry=https://registry.npm.taobao.org`
3)yarn config set registry https://registry.npm.taobao.org -g
&&yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g

二、后续会不断更新,现目前这几个命令使用起来比较得心应手。

你可能感兴趣的:(命令行cmd,cmd,npm)