博客
关于我
linux下的npm安装
阅读量:359 次
发布时间:2019-03-04

本文共 460 字,大约阅读时间需要 1 分钟。

??? CentOS ????? Node.js ? npm

? CentOS ????? Node.js ? npm ?????? YUM ????????????????????????

????? Node.js ?????? curl ??? Nodesource ?????????

curl --silent --location https://rpm.nodesource.com/setup_10.x | bash

?????? YUM ???? Node.js ? npm?

yum install -y nodejs npm

??????? cnpm ????????????????

npm install -g cnpm --registry=https://registry.npm.taobao.org

???????????????????

npm run build

???? npm ?????

npm -v

???????????????? Node.js ? npm ??????

转载地址:http://wxtr.baihongyu.com/

你可能感兴趣的文章
openjdk踩坑
查看>>
openjudge 1792 迷宫 解析报告
查看>>
Openlayers Draw的用法、属性、方法、事件介绍
查看>>
Openlayers layer 基础及重点内容讲解
查看>>
Openlayers map三要素(view,target,layers),及其他参数属性方法介绍
查看>>
Openlayers Map事件基础及重点内容讲解
查看>>
Openlayers Select的用法、属性、方法、事件介绍
查看>>
Openlayers Source基础及重点内容讲解
查看>>
Openlayers view三要素(zoom,center,projection)及其他参数属性方法介绍
查看>>
OpenLayers 入门使用
查看>>
Openlayers 入门教程(一):应该如何学习 Openlayers
查看>>
openlayers 入门教程(三):view 篇
查看>>
openlayers 入门教程(九):overlay 篇
查看>>
openlayers 入门教程(二):map 篇
查看>>
openlayers 入门教程(五):sources 篇
查看>>
openlayers 入门教程(八):Geoms 篇
查看>>
openlayers 入门教程(十三):动画
查看>>
openlayers 入门教程(十二):定位与轨迹
查看>>
openlayers 入门教程(十五):与 canvas、echart,turf 等交互
查看>>
openlayers 入门教程(十四):第三方插件
查看>>