superset-frontend fail run in master branch
A clear and concise description of what the bug is.
How to reproduce the bug
- Go to folder superset-frontend
- npm i
- npm run dev-server
- See error
Expected results
run success what you expected to happen.
Actual results
what actually happens.
Screenshots
Environment
(please complete the following information):
- browser type and version: chrome
- superset version:
superset version. 1.5.0 - python version:
python --version - node.js version:
node -v. 14.19.0 - any feature flags active:
Checklist
Make sure to follow these steps before submitting your issue - thank you!
- [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
- [ ] I have reproduced the issue with at least the latest released version of superset.
- [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
Additional context
Add any other context about the problem here.
Hmm... not sure about this particular error, but I think we need to update mapbox-gl in those two plugins anyway since it's ancient. Are you perchance a developer with any bandwidth to handle a package bump? If not, I'm semi-optimistic that the package bumps on my radar will take care of this sooner or later. It looks like webpack completed nonetheless... are you able to run Superset and keep moving?
The same problem, Superset did not move forward
add an npm install mapbox-gl to your build process. that fixed it for me.
Should be all good nowdays, but let us know if that's not the case somehow.