华佗小知识
您的当前位置:首页npm ERR! A complete log of this run can be found in: npm ERR!

npm ERR! A complete log of this run can be found in: npm ERR!

来源:华佗小知识

npm ERR! A complete log of this run can be found in: npm ERR! D:\nodejs\node_cache\_logs\2024-04-09T01_01_18_467Z-debug-0.log

原因:

有可能是npm版本不一致

执行(查看版本,更新npm)

npm -v
npm install npm -g

但更新npm又出现下面报错

npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine                                          
npm ERR! engine Not compatible with your version of node/npm: npm@10.5.1    
npm ERR! notsup Not compatible with your version of node/npm: npm@10.5.1    
npm ERR! notsup Required: {"node":"^18.17.0 || >=20.5.0"}                   
npm ERR! notsup Actual:   {"npm":"8.19.4","node":"v16.20.0"}                
                                                                            
npm ERR! A complete log of this run can be found in:                        
npm ERR!     D:\nodejs\node_cache\_logs\2024-04-09T01_17_31_908Z-debug-0.log
 

解决:

node版本低,需要先升级node

升级node之后在更新npm成功。

因篇幅问题不能全部显示,请点此查看更多更全内容