1. 使用nvm安装node之后,直接运行node命令会报错 node: command not found 需要使用nvm ls 查询一下当前使用的安装的node版本,然后使用node use 版本号 ,在运行node -v 就可以了 2. 但是当重新连接服务器后,运行node又会报错 node: command not found 这时候我们需要手动配置一下 查询node路径:whereis node(先nvm use 一下,不然会查不到路径) ln -s node路径 /usr/loca
Installation Do I need to install pip? pip is already installed if you are using Python 2 >=2.7.9 or Python 3 >=3.4 downloaded from python.org or if you are working in a Virtual Environment created by virtualenv or pyvenv. Just make sure to upgrade
安装VS 2015完成后,VS2012 打开报错 打开VS2012Web项目,弹出错误提示: asp.net 4.0 has not been registered on the web server. you need to manually configure…… 解决办法: 微软官方下载补丁包,安装: https://support.microsoft.com/en-us/kb/3002339 再次从打开VS2012 打开Web项目OK了.
运行编译后的程序报错 error while loading shared libraries: lib*.so: cannot open shared object file: No such file or directory -------------------------------------------------------------------------------------------------------------------------------------
windows7 安装 Realm Studio 后,打开报错 报错如下: A JavaScript error occurred in the main process Uncaught Exception: Error: The specified procedure could not be found. W?C:Users)daiangpingppb17b4003-c813-4645-c57-138398a4535tmp at process.module.(anonymous fun
在 Windows 10 上安装 3D Stuido Max 2016 报错,无法正常安装,查看日志是 VC 运行时安装错误,经过分析发现在 Windows 10 上已经有这些运行时并且版本比安装包中自带的还要高,所以安装总是失败,分析安装程序配套的 setup.ini 文件,发现里面有运行时安装的配置信息,并且可以忽略错误,因此修改 setup.ini 文件,然后就可以顺利进行安装了,修改后的 setup.ini 文件如所示 #============= VCREDIST Begin ====