-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fail after run npm run dev #9633
Comments
after npm run build Appear this error message: ERROR in /Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx ERROR in /Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx ERROR in /Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx ERROR in /Users/Walter/incubator-superset/superset-frontend/src/components/ListView/TableCollection.tsx npm ERR! A complete log of this run can be found in: Some idea to fix? |
Some idea to fix? |
I encountered the same problem. |
Hi @wushu0725 I fixed but I don't used the docker-compose up from incubator-superset. I installed using this steps by steps from this webpage https://medium.com/@kharekartik/a-better-guide-to-building-apache-superset-from-source-2c8dbad38b2b |
I fixid it in Centos system, It's window problem. |
How did you fix it @wushu0725 ? |
Are you running Node 12? I think newer versions are not yet supported, so running on 13 or 14 probably doesn't work properly right now. |
I am running on v12.18.2 it's still not working. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
after run npm run dev
it reports:
any idea?
thanks
The text was updated successfully, but these errors were encountered: