Closed
Description
openedon Jun 12, 2024
As far as i remember, NODE_OPTIONS=--openssl-legacy-provider
was used to satisfy webpack@4
Current webpack version doesn't require this argument
Currently package.json
is incompatible with Windows due to a different way of setting environment variables
"scripts": {
"cratedb": "docker run -it --rm --publish 4200:4200 crate/crate:nightly -Chttp.cors.enabled=true -Chttp.cors.allow-origin=*",
"develop": "NODE_OPTIONS=--openssl-legacy-provider webpack serve --progress --config=webpack.dev.config.js --open-target=http://localhost:9000/?base_uri=http://localhost:4200#!/",
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.prod.config.js --progress",
"test": "NODE_OPTIONS=--openssl-legacy-provider karma start"
}
Tested without it - works fine, should PR?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels