arangodb / arangojs

The official ArangoDB JavaScript driver.
https://arangodb.github.io/arangojs
Apache License 2.0
600 stars 106 forks source link

Not working in Angular 15 #780

Closed LonnieBowling closed 1 year ago

LonnieBowling commented 1 year ago

Hi, I'm trying to use arangojs in a angular 15 project. I am getting the error below. Angular does not allow for direct changes to the webpack.conf.js file, so I'm stuck. Any ideas? You can recreated it by just creating a default project with the angular cli and adding in arangojs.

./node_modules/arangojs/lib/querystringify.js:7:22-44 - Error: Module not found: Error: Can't resolve 'querystring' in 'C:\@github\asset-alpaca\asset-alpaca-ng\node_modules\arangojs\lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

pluma4345 commented 1 year ago

v8.2.0 replaces the querystring import with URLSearchParams which should be widely supported at this point.