使用npm安装react-navigation会出现错误

时间:2020-10-01 17:40:25

标签: react-native npm react-native-navigation

我知道已经有关于此的问题,但是它们没有用,并且大多数用于create-react-native-app,但是我正在使用expo。

我运行npm install react-navigation,它给了我这个错误:

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: file-uri-to-path@1.0.0 (node_modules\file-uri-to-path):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'C:\Users\yaelp\Downloads\meals-cat\node_modules\file-uri-to-path' -> 'C:\Users\yaelp\Downloads\meals-cat\node_modules\.file-uri-to-path.DELETE'

npm ERR! code ENOENT
npm ERR! syscall rename
npm ERR! path C:\Users\yaelp\Downloads\meals-cat\node_modules\hoist-non-react-statics
npm ERR! dest C:\Users\yaelp\Downloads\meals-cat\node_modules\.hoist-non-react-statics.DELETE
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, rename 'C:\Users\yaelp\Downloads\meals-cat\node_modules\hoist-non-react-statics' -> 'C:\Users\yaelp\Downloads\meals-cat\node_modules\.hoist-non-react-statics.DELETE'
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:
npm ERR!     C:\Users\yaelp\AppData\Roaming\npm-cache\_logs\2020-10-01T17_02_25_868Z-debug.log

4 个答案:

答案 0 :(得分:1)

尝试安装所有依赖项(来自react-navigation的文档)。

运行:

expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view

答案 1 :(得分:1)

我希望您现在已经解决了您的问题(自发布问题以来已经过去了一个多月)。对于那些可能得到它的人(像我一样),这里有一些可能的解决方案:

  1. 安装与纱线的反应导航: 在官方react-navigation docs中,有一个yarn install命令:

    添加纱线react-native-animated react-native-gesture-handler react-native-screens react-native-safe-area-context @ react-native-community / masked-view

  2. 尝试删除package-lock.json文件,然后尝试再次使用npm安装react-navigation

  3. 杀死您的应用,然后尝试安装react-navigation,

  4. 删除您的node_modules并再次执行npm i

  5. 尝试卸载节点,npm及其所有内容(当然,之后再重新安装所有内容)。

我从github issue获得了这些解决方案。我希望其中之一会有所帮助。

答案 2 :(得分:0)

尝试使用expo install react-navigation,就像在使用博览会一样。

如果您需要使用npm,请尝试:

npm install react-navigation --force

答案 3 :(得分:0)

尝试运行 npm install,然后从 reactnavigation

运行 npm install @react-navigation/native