1. npm install 提示no such file or directory 缺少package.json 首先初始化, npm init -f 然后安装依赖 npm install formidable --save 即可. 2. 报错 npm ERR! code ENOTFOUND npm ERR! errno ENOTFOUND npm network This is a problem related to network connectivity 因为之前更改源为国内阿里云源,…
PHP编译安装时常见错误解决办法,php编译常见错误 1.configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 解决方法: yum -y install libxslt-devel 2.configure: error: Could not find net-snmp-config binary. Please check your net-snmp installa…