nodejs
CentOS一键编译安装 NodeJS脚本
如题 CentOS 一键编译安装 NodeJS 脚本,使用 NodeJS 源代码编译,适用于 CentOS 和 Debian, 默认安装的 Nodejs 版本已经老掉牙了 脚本支持选择 node 的版本和 prefix 两个编译变量 NODE_VERSION=v8.11.3…
npm中Error: could not get uid/gid问题的解决方法
在 Docker 中运行 npm 出现 Error: could not get uid/gid 的问题 但是通过设置 `unsafe-perm true` 可以解决这个问题,不可思议。
npm config set unsafe-perm true
其他可以用的 npm 配置…