Skip to content
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

Cannot build latest fails with gulp sourcemap error #3115

Closed
nlighteneddesign opened this issue Jul 12, 2017 · 7 comments · Fixed by #3120
Closed

Cannot build latest fails with gulp sourcemap error #3115

nlighteneddesign opened this issue Jul 12, 2017 · 7 comments · Fixed by #3120

Comments

@nlighteneddesign
Copy link

Make sure these boxes are checked before submitting your issue - thank you!

  • [ * ] I have checked the superset logs for python stacktraces and included it here as text if 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

Superset version

Latest HEAD

Expected results

npm install would install superset

Actual results

npm ERR! fetch failed https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.7.0.tgz

Steps to reproduce

clone repository
cd incubator-superset/superset/assets
npm install

@xrmx
Copy link
Contributor

xrmx commented Jul 12, 2017

Uhm, we don't have a dependency on gulp-sourcemaps or use gulp either.

@nlighteneddesign
Copy link
Author

Looks like it's a subdependency, I am trying to track it down now.

@xrmx
Copy link
Contributor

xrmx commented Jul 12, 2017

FYI I don't have it in my yarn.lock.

@sreeramvuppala
Copy link

sreeramvuppala commented Jul 12, 2017

getting the same error on a fresh installation..

@sreeramvuppala
Copy link

sreeramvuppala commented Jul 12, 2017

changed the version on these two dependencies
"mapbox-gl": "^0.26.0" - "mapbox-gl": "^0.27.0"
"react-map-gl": "^1.7.0" - "react-map-gl": "^2.0.0".
Now I was able to successfully execute npm install.. I haven't tested the app with these two new versions.

Just preliminary check. Will check the repos of two libraries above mapbox and uber.
Please let me know if my observations are wrong.

@STILLSHI
Copy link

STILLSHI commented Aug 1, 2017

@sreeramvuppala
thanks, after the change how long you finishing running the npm install? it looks forever...

@nlighteneddesign
Copy link
Author

It took a few minutes the first time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants