无法在本机项目中安装apisauce

时间:2020-08-01 13:49:04

标签: react-native apisauce

我尝试使用以下代码进行安装:

npm i apisauce --save

但是,我遇到了以下错误:

npm WARN react-navigation-stack@2.8.2需要一个 react-navigation@^4.1.1,但未安装。您必须安装对等 自己依赖。

npm ERR!代码ENOENT npm ERR! syscall重命名npm ERR!路径 F:\ DoneWithIt \ node_modules \ follow-redirects \ node_modules \ debug npm 呃!目的 F:\ DoneWithIt \ node_modules \ follow-redirects \ node_modules.debug.DELETE npm ERR! errno -4058 npm错误! enoent ENOENT:没有此类文件或 目录,重命名 'F:\ DoneWithIt \ node_modules \ follow-redirects \ node_modules \ debug'-> 'F:\ DoneWithIt \ node_modules \ follow-redirects \ node_modules.debug.DELETE' npm ERR! enoent这与npm无法找到文件有关。 npm ERR!先天

npm ERR!此运行的完整日志可以在以下位置找到:npm ERR!
C:\ Users \ Ravi \ AppData \ Roaming \ npm-cache_logs \ 2020-08-01T13_33_29_249Z-debug.log

1 个答案:

答案 0 :(得分:2)

我今天在同一个问题上被困住了,我想我现在已经解决了。我遵循了卸载nodejs的建议(如果还没有自动删除,请卸载node_modules文件夹),确保您的nodejs文件夹位于环境变量路径中。

我引用的stackoverflow线程是:Fixing npm path in Windows 8 and 10