摘要:
1.以管理员身份打开cmd(避免出错)npm install -g express-generator@4Start the server:npm start链接,github官网说明https://github.com/strongloop/express 阅读全文
摘要:
按照官网下载安装,选择Windows Installer (.msi);,一直next安装,默认安装在C:\Program Files\nodejs下,环境变量会自动添加如果安装后,打开cmd输入node -v; npm -v显示版本号,则安装成功。以上步骤一般没问题。如果使用npm命令,无法安装任... 阅读全文