通过官方指令 npm install -g @vue/cli 安装vue脚手架提示: No command 'vue' found, did you mean: Command 'vpe' from package 'texlive-latex-extra' (universe)vue: command not found 解决方法: Back up your computer. On the command line, in your home directory, create a dire…
问题: npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0 解决方案 降低npm版本 npm install npm@4.6.1 -g…