wangsizhu0504 commented on issue #3496: URL: https://github.com/apache/incubator-streampark/issues/3496#issuecomment-1897701929
下载这个版本的包到本地,https://github.com/apache/incubator-streampark/tree/release-2.1.2, 然后安装 nodejs (v16.15.0) 进入 streampark-console/streampark-console-webapp 目录,修改.env.development 中的 ```shell VITE_PROXY=[["/basic-api","http://localhost:10000"]] ``` 将localhost:10000 换成你线上的后端地址,然后 执行 npm install -g pnpm && pnpm install --registry https://registry.npmmirror.com --ignore-script && npm run dev -- 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]
