leowmjw commented on issue #2841:
URL: 
https://github.com/apache/apisix-dashboard/issues/2841#issuecomment-1667701134

   @anandasastry Until there is a fix; here's a workaround:
   
   ```
   diff --git a/web/package.json b/web/package.json
   index bd2b6f12..b6981612 100644
   --- a/web/package.json
   +++ b/web/package.json
   @@ -7,7 +7,7 @@
        "prepare": "cd .. && husky install web/.husky",
        "analyze": "cross-env ANALYZE=1 yarn run build",
        "copy-folder": "node --experimental-modules copy-folder.mjs",
   -    "build": "yarn copy-folder monaco-editor ./public/ && 
NODE_OPTIONS=--max_old_space_size=4096 umi build",
   +    "build": "yarn copy-folder monaco-editor ./public/ && 
NODE_OPTIONS=\"--max_old_space_size=4096  --openssl-legacy-provider\" umi 
build",
        "dev": "yarn run start:dev",
        "fetch:blocks": "pro fetch-blocks --branch antd@4 && yarn run prettier",
        "i18n-remove": "pro i18n-remove --locale=zh-CN --write",
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to