更改常量 .js 文件后无法使用 npm 为 Superset 构建

Not able to build using npm for Superset after changing constant.js file

提问人:amit chowdhary 提问时间:7/28/2017 最后编辑:TylerHamit chowdhary 更新时间:12/3/2022 访问量:396

问:

我试图在更改常量 .js 以更改超时持续时间后进行构建,但我无法构建它。

我尝试了npm install,但失败了:

npm 错误!fetch failed https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.7.0.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed, status code 404 npm ERR!fetch failed https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.7.0.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404 npm ERR!fetch 失败 https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.7.0.tgz

package.json链接: https://gist.github.com/amit641/5ebd20a949c105c76c18eafd7c9809f6

javascript npm-install apache-superset

评论


答:

0赞 amit chowdhary 8/9/2017 #1

与其使用 npm 来构建项目,不如使用 yarn。以下是我找到解决方案的链接:

https://github.com/apache/incubator-superset/pull/3120

评论

0赞 kayhan yüksel 10/16/2021
您好,不幸的是链接已损坏,您可以提供文档或新链接吗?