暴力删除nodejs导致无法重新安装 Later version of Node.js is already installed. Setup will now exit 1.电脑全局搜索nodejs,保证node相关不存在 2.修改"环境变量": 删除path值中的node及npm 3.重启 4.安装node成功 node与npm版本不符 1.找到 C:\Users\lenovo\AppData\Roaming 下的npm.npm-cache文件 2.此时 node -v 及 np
https://github.com/ramr/nodejs-custom-version-openshift 由于是线上服务器,一步一步来: 先把上面的工程拉下来,覆盖到初始化的工程里,提交,让服务器端装起来. # Uncomment one of the version lines to select the node version to use. # The last "non-blank" version line is the one picked up by the co
Node.js Best Practices - How to Become a Better Developer in 2017提到的几点,我们Fundebug深有同感: 使用ES6 使用Promise 使用LTS 使用Docker - 想必大家都知道ES6,Promise以及LTS,那Docker是啥玩意啊?翻遍Node文档也没见踪迹啊! GitHub仓库: Fundebug/nodejs-docker 什么是Docker? Docker是最流行的的容器工具,没有之一.本文并不打算深入介绍D