bobular commented on issue #29658: URL: https://github.com/apache/superset/issues/29658#issuecomment-2248552272
I got this too. Manually adding it as a devDependency seems to work as a workaround for me. Though I am still having problems logging in as admin/admin. ```diff diff --git a/superset-frontend/package.json b/superset-frontend/package.json index bb7a2face8..bba6bef5a7 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -226,6 +226,7 @@ "@emotion/jest": "^11.11.0", "@hot-loader/react-dom": "^16.14.0", "@istanbuljs/nyc-config-typescript": "^1.0.1", + "@nx/nx-linux-x64-gnu": "^18.3.5", "@storybook/addon-actions": "^8.1.11", "@storybook/addon-controls": "^8.1.11", "@storybook/addon-essentials": "^8.1.11", ``` -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org