Open jlanio opened 7 years ago
Node is running out of memory during the build. You can allow it to use more memory by setting an environment variable:
export NODE_OPTIONS=--max_old_space_size=4096
At least this was the problem for me with a similar error.
Hello, I'm going to close this old issue, let me know if I should reopen it.
If you need to use sql.js with webpack, you can follow this example: https://github.com/sql-js/react-sqljs-demo
I'm having the following error return by including when importing the lib (using webpack)