Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

error metro bundler process exited with code 1 react native

Got this issue today on windows, but don't need to downgrade node, just as discussed on stackoverflow just need to change some hashes on your project:


ode_modulesmetro-configsrcdefaultslacklist.js

var sharedBlacklist = [
  /node_modules[/]react[/]dist[/].*/,
  /website/node_modules/.*/,
  /heapCapture/bundle.js/,
  /.*/__tests__/.*/
];
 
PREVIOUS NEXT
Tagged: #error #metro #bundler #process #exited #code #react #native
ADD COMMENT
Topic
Name
3+6 =