superset icon indicating copy to clipboard operation
superset copied to clipboard

superset-frontend fail run in master branch

Open Bluestar123 opened this issue 3 years ago • 2 comments

A clear and concise description of what the bug is.

How to reproduce the bug

  1. Go to folder superset-frontend
  2. npm i
  3. npm run dev-server
  4. See error

Expected results

run success what you expected to happen.

Actual results

what actually happens.

Screenshots

image

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.

Bluestar123 avatar Jun 02 '22 16:06 Bluestar123

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?

rusackas avatar Jun 11 '22 00:06 rusackas

The same problem, Superset did not move forward

userxxj avatar Nov 18 '22 03:11 userxxj

add an npm install mapbox-gl to your build process. that fixed it for me.

andrewzah avatar Jan 06 '23 19:01 andrewzah

Should be all good nowdays, but let us know if that's not the case somehow.

rusackas avatar Feb 15 '24 03:02 rusackas