重新安装后无法解决错误node_modules本机反应

时间:2020-10-19 15:11:48

标签: node.js reactjs react-native npm expo

我正在尝试借助教程构建我的第一个React Native应用程序。但是遇到了与node_modules有关的几个错误,对于这个错误,我真的不知道如何解决。

我删除了node_modules,并通过npm install重新安装了它们。然后我得到了:

谁知道我该怎么办?

C:/.../ReactNative/AttemptThreeApp/node_modules/@unimodules/core/build/AdapterProxy.js
Module not found: Can't resolve '@unimodules/react-native-adapter' in 'C:\...ReactNative\AttemptThreeApp\node_modules\@unimodules\core\build'
Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'```

0 个答案:

没有答案