Cannot build latest fails with gulp sourcemap error
See original GitHub issueMake 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
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Cannot build latest fails with gulp sourcemap error · Issue #3115
Uhm, we don't have a dependency on gulp-sourcemaps or use gulp either. All reactions.
Read more >npm run build doesn't work - gulp-sourcemaps error
Error: Cannot find module 'gulp-sourcemaps'. Require stack: D:\Data\s20213-log210-03-lab0-ayoubmoudrika\gulpfile.js ...
Read more >CI Build broken by Gulp Error - Visual Studio Feedback
Today when we queue a build, the gulp step is throwing an error: ... D:\a\1\s\LASRX</span> Error: Cannot find module 'vinyl-sourcemaps-apply' at Function.
Read more >ts-node - npm
This error is thrown by node when a module is require() d, but node believes it should execute as native ESM. This can...
Read more >NPM install error - Material Design for Bootstrap
Delete node_modules folder and package-json.lock · Then run npm i · If problem still exists repeat point 1 and go to 4 point...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.