Restorre using yaml from system for older nodejs compat
This commit is contained in:
parent
5a60ca8fea
commit
70b3ddc3c6
2 changed files with 14 additions and 0 deletions
13
debian/patches/nodejs/0060-use-system-yaml.patch
vendored
Normal file
13
debian/patches/nodejs/0060-use-system-yaml.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
yaml from npm registry needs a newer nodejs than what is in bullseye
|
||||
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -197,7 +197,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": {
|
||||
},
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -16,6 +16,7 @@ nodejs/0020-remove-dev-dependencies.patch
|
|||
nodejs/0030-use-yarnpkg.patch
|
||||
nodejs/0040-use-packaged-modules.patch
|
||||
nodejs/0050-add-babel-plugins.patch
|
||||
nodejs/0060-use-system-yaml.patch
|
||||
tweaks/0010-source-init-functions.patch
|
||||
tweaks/0020-fix-mail-room-path.patch
|
||||
tweaks/0030-fix-gitlab-yml-path.patch
|
||||
|
|
Loading…
Reference in a new issue