尝试安装视频组件时,我总是收到错误消息。我输入:`npm install --save react-native-video
npm ERR! enoent This is related to npm not being able to find a file.
还有其他人遇到这个问题吗?以上是错误。说npm无法找到文件路径?因为我将视频组件安装在我执行npm安装软件包的同一文件夹中而感到困惑。
答案 0 :(得分:0)
我能够毫无问题地安装它,尝试安装该库时收到的堆栈跟踪信息是什么?
我将运行npm config ls
,并确保您指向正确的注册表。另外,您是代理人吗?
也许您可以尝试以下方法,看看它是否有助于解决您的问题:
npm cache clean --force
npm config set registry https://registry.npmjs.org/
npm i react-native-video
希望有帮助!