启动模拟器时,我不明白为什么会有这个问题。
warning: the transform cache was reset.
Loading dependency graph, done.
error: bundling failed: Error: Unable to resolve module `react` from `/Users/myname/Sites/Project/App.js`: Module `react` does not exist in the Haste module map
This might be related to https://github.com/facebook/react-native/issues/4968
To resolve try the following:
1. Clear watchman watches: `watchman watch-del-all`.
2. Delete the `node_modules` folder: `rm -rf node_modules && npm install`.
3. Reset Metro Bundler cache: `rm -rf /tmp/metro-bundler-cache-*` or `npm start -- --reset-cache`.
4. Remove haste cache: `rm -rf /tmp/haste-map-react-native-packager-*`.
我用npm start -- --reset-cache
命令启动服务器,但是它不起作用。而且我也尝试遵循上述指示。
我该怎么办?
我不认为这是代码问题,我更新了Android Studio并安装了一个组件(反应本机元素),现在它不再起作用了。 有帮助吗?
答案 0 :(得分:0)
我通过在应用程序文件夹中安装来解决:
npm install react
答案 1 :(得分:-1)
在终端中,运行此命令,然后重试g
npm start -- --reset-cache
让我知道它是否有帮助。