You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results in the packager error printed to the terminal running the packager:
Error: Error validating module options: child "platform" fails because ["platform" must be a string]
at /Users/mmmurf/projects/react-native-workers/example/node_modules/react-native/packager/react-packager/src/lib/declareOpts.js:71:13
at _bundler.getResolver.getDependencyGraph.load.then (/Users/mmmurf/projects/react-native-workers/example/node_modules/react-native/packager/react-packager/src/Server/index.js:320:20)
at process._tickCallback (internal/process/next_tick.js:109:7)
The text was updated successfully, but these errors were encountered:
loading the following URL in the browser:
http://localhost:8081/index.worker.bundle
results in the packager error printed to the terminal running the packager:
Error: Error validating module options: child "platform" fails because ["platform" must be a string]
at /Users/mmmurf/projects/react-native-workers/example/node_modules/react-native/packager/react-packager/src/lib/declareOpts.js:71:13
at _bundler.getResolver.getDependencyGraph.load.then (/Users/mmmurf/projects/react-native-workers/example/node_modules/react-native/packager/react-packager/src/Server/index.js:320:20)
at process._tickCallback (internal/process/next_tick.js:109:7)
The text was updated successfully, but these errors were encountered: