Make sure these boxes are checked before submitting your issue - thank you!
Latest HEAD
npm install would install superset
npm ERR! fetch failed https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.7.0.tgz
clone repository
cd incubator-superset/superset/assets
npm install
Uhm, we don't have a dependency on gulp-sourcemaps or use gulp either.
Looks like it's a subdependency, I am trying to track it down now.
FYI I don't have it in my yarn.lock.
getting the same error on a fresh installation..
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.
@sreeramvuppala
thanks, after the change how long you finishing running the npm install? it looks forever...
It took a few minutes the first time.
Most helpful comment
getting the same error on a fresh installation..