debian-mirror-gitlab/debian/patches/nodejs/0060-use-system-yaml.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
327 B
Diff
Raw Normal View History

yaml from npm registry needs a newer nodejs than what is in bullseye
--- a/package.json
+++ b/package.json
2023-05-08 11:25:58 +05:30
@@ -211,7 +211,7 @@
"webpack-stats-plugin": "^0.3.1",
"worker-loader": "^2.0.0",
"xterm": "3.14.5",
- "yaml": "^2.0.0-10"
+ "yaml": "link:/usr/share/nodejs/yaml"
},
"devDependencies": {
2023-05-08 11:25:58 +05:30
},