We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, receiving these errors when compiling with webpack 4
[./node_modules/node-duckdb/build/Release/node-duckdb-addon.node] 279 bytes {main} [built] [failed] [1 error] + 1544 hidden modules ERROR in ./node_modules/node-duckdb/dist/addon/duckdb.js Module not found: Error: Can't resolve 'fs' in '/home/xxxx/projectRoot/node_modules/node-duckdb/dist/addon' @ ./node_modules/node-duckdb/dist/addon/duckdb.js 4:13-26 @ ./node_modules/node-duckdb/dist/addon/index.js @ ./node_modules/node-duckdb/dist/index.js @ ./components/Map/index.js @ ./components/main/Desktop/index.js @ ./Routes.jsx @ ./App.jsx @ ./index.js ERROR in ./node_modules/node-duckdb/build/Release/node-duckdb-addon.node 1:0 Module parse failed: Unexpected character '' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders (Source code omitted for this binary file) @ ./node_modules/node-duckdb/dist/addon-bindings/connection-binding.js 6:23-76 @ ./node_modules/node-duckdb/dist/addon-bindings/index.js @ ./node_modules/node-duckdb/dist/addon/duckdb.js @ ./node_modules/node-duckdb/dist/addon/index.js @ ./node_modules/node-duckdb/dist/index.js @ ./components/Map/index.js @ ./components/main/Desktop/index.js @ ./Routes.jsx @ ./App.jsx @ ./index.js Child html-webpack-plugin for "index.html": 1 asset Entrypoint undefined = index.html 4 modules ℹ 「wdm」: Failed to compile.
The text was updated successfully, but these errors were encountered:
Hi all, just wanted to provide a little background info regarding this request: https://gist.github.com/edwinjue/d06e12b1a351b9b3f31f770eea52a71e
Not sure if something like this is achievable using your library is it?
Thanks for your hard work. Keep it up!
Sorry, something went wrong.
No branches or pull requests
Hi, receiving these errors when compiling with webpack 4
The text was updated successfully, but these errors were encountered: