2017-07-27 6 views
-1
error: bundling failed: "Unable to resolve module `ReactNative` from `C:\\AnchorDev\\Anchor\\node_modules\\react-native\\Libraries\\react-native\\react-native-implementation.js`: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches: `watchman watch-del-all`.\n 2. Delete the `node_modules` folder: `rm -rf node_modules && npm install`.\n 3. Reset packager cache: `rm -fr $TMPDIR/react-*` or `npm start -- --reset-cache`." 

これは、React Nativeを0.45.1から0.46.4にアップグレードした後に受け取ったエラーです。私はnpmを走らせましたが、まだエラーが出ます。どうすれば解決できますか?React Native 0.45.1から0.46.4にアップグレードした後のエラー

+0

で再びパッケージをインストールします。 –

答えて

0

node_modulesフォルダーを削除してみてください、私は現在、私のプロジェクトを実行することはできませんので、これを修正する方法があるかどうか私は疑問に思ってnpm install

関連する問題