我目前正在尝试为我正在启动的MEAN堆栈项目安装yeoman生成器,但我不知道我在哪里搞砸/是我还是机器错误。当安装过程达到健全性检查标准时,它会在不存在的文件夹中寻找代理时出现某种代理检测错误。有什么想法吗?
我已经正确设置了npm config代理,并且已经按照yeoman教程在其网站上进行设置。
//I ran: npm install --global yo
//cut to the part where it messed up, there's a lot here
//'...' is where my userID is
TypeError: Cannot read property 'proxy' of undefined
at new OuterHttpAgent
(C:\Users\...\AppData\Roaming\npm\node_modules\yo\node_modules\global-
tunnel-ng\lib\agents.js:17:28)
× yo version
TypeError: Cannot read property 'proxy' of undefined
at new OuterHttpAgent
(C:\Users\...\AppData\Roaming\npm\node_modules\yo\node_modules\global-
tunnel-ng\lib\agents.js:17:28)
文件路径到达节点模块(例如,该文件夹中的第一个不存在的文件是\ yo ...)文件夹后,该路径不再有效。我进入了Windows文件资源管理器,但找不到任何低于该文件的文件。这是实际的yeoman代码中的问题,还是我需要在一端进行更改以使文件正确生成?安装其他插件(例如express.js,oracledb)没有问题,甚至我前一段时间成功安装yeoman时也没有此问题,所以我想知道可能会发生什么变化。