sudo apt install npm 执行上面的安装命令,会报错: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the u
根据”挖一下“开发需要,选择nodejs实现异步IO,目的是为了解决服务器卡死导致无法处理后续的http请求.看了花瓣的架构视频讲座,才决定这么做的,挺有道理的. 安装nodejs很顺利,下载源码包,解压,configure, make && make install编译完就可以了 安装NPM,从网上找的的最简单的方法 curl http://npmjs.org/install.sh | sh 或者 curl https://npmjs.org/install.sh | sh 如果顺利的一
Node.js停火各大技术论坛都在讨论,前段时间工作太忙没时间学习,趁着周末空闲玩玩,在网上找了些资料发现Node.js本身有windows版和unix版下载和使用都挺方便但是其扩展模块依赖复杂通过手动到网站上下载非常麻烦,所以的NPM介绍都要求在Linux或在windows上通过Cygwin进行安装,按照网上的办法下载Cygwin安装node.js死活不成功(执行./configure 报cygwin not supported)多次尝试无果,网上又无人解答,在精神处在崩溃边境无意中点开了NP