Got this issue on windows
Closed this issue · 2 comments
gr8ref commented
Got this issue on windows, but don't need to downgrade node, need to change some hashes on your project:
\node_modules\metro-config\src\defaults\blacklist.js
var sharedBlacklist = [
/node_modules[/\]react[/\]dist[/\]./,
/website/node_modules/./,
/heapCapture/bundle.js/,
/./tests/./
];
change to:
var sharedBlacklist = [
/node_modules[/\]react[/\]dist[/\]./,
/website/node_modules/./,
/heapCapture/bundle.js/,
/./tests/./
];
0muxi0 commented
HarishJangra commented
this is not an error, only a warning. May be in some future releases they'll fix this.