01 2022 档案
Node: 全局安装的依赖包,引用时却找不到
摘要:Env CentOS 7.x Nodejs 8.x 操作 通过npm config list 查看配置,没有自定义设置 npm config get prefix 看到了路径指向:/root/node_modules 不过这个路径根本没有 node_modules 文件夹 通过重新安装全局依赖包,并
阅读全文
TypeError [ERR_INVALID_ARG_TYPE]: The "original" argument must be of type function
摘要:TypeError [ERR_INVALID_ARG_TYPE]: The "original" argument must be of type function at promisify (internal/util.js:214:11) at Object.<anonymous> (/root
阅读全文