我只想将 NFT.Storage 安装到我的项目中,但它给了我这个错误......如何解决这个问题?

问题描述 投票:0回答:1
PS C:\Users\bwill\legends3> npm install nft.storage                                 

npm ERR! code ENOENT
npm ERR! syscall rename
npm ERR! dest C:\Users\bwill\legends3\node_modules\.bin\.🚘-2CV1kQgp
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, rename -> 'C:\Users\bwill\legends3\node_modules\.bin\.🚘-2CV1kQgp'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in: C:\Users\bwill\AppData\Local\npm-cache\_logs\2024-01-06T02_49_23_538Z-debug-0.log

我尝试通过运行 npm cache clean --force 来清除缓存 遇到同样的错误

node.js npm node-modules rename enoent
1个回答
0
投票

我也面临着同样的问题,但还没有解决方案。与此同时,我正在尝试快速节点。

© www.soinside.com 2019 - 2024. All rights reserved.