What is the code in that stack trace? Who is throwing it? Emscripten does have one place where it tries to load the node 'fs' module. If that's it, then the question is why it thinks it's running in node. Look at the ENVIRONMENT_IS_NODE variable to see.
On Thu, Jun 23, 2016 at 9:14 AM, Gary Pickrell <[email protected]> wrote: > > Sorry...brain dead moment. The error should be > > ERROR in ./app/main.js > Module not found: Error: Cannot resolve module 'fs' in > /home/gap/Pm/Tooling/app > @ ./app/main.js 29:196-209 > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
