摘要:
Installation For node.js, you can use this command to install: npm install js-md5 Notice buffer method is deprecated. This maybe confuse with Buffer in node.js. Please use arrayBuffer instead. Usa... 阅读全文
摘要:
node有一个专门管理node.js版本的包叫作:n; 查看当前 node版本:node -v 安装n工具包:sudo npm i -g n 安装最新版node.js:sudo n stable 安装指定版本:(例如升级到10.8.0):sudo n v10.8.0 查看当前 node版本:node 阅读全文