Content-Length: 1662 | pFad | http://github.com/sulu/sulu/pull/7504.patch
6790B431
From 605915481bd39b8f2aee50431977b50d82df1cd1 Mon Sep 17 00:00:00 2001
From: Alexander Schranz
Date: Thu, 4 Jul 2024 14:50:38 +0200
Subject: [PATCH 1/2] Fix compatibility to Node 14 and 16 and NPM 6
---
symlink-vendor-directory.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/symlink-vendor-directory.js b/symlink-vendor-directory.js
index 7c502c98d3b..de19e0b1e50 100644
--- a/symlink-vendor-directory.js
+++ b/symlink-vendor-directory.js
@@ -33,7 +33,7 @@ if (
&& path.basename(path.dirname(process.cwd())) === 'assets'
)
) {
- exec('npx "symlink-dir@<6.0" ' + from + ' ' + to, (error) => {
+ exec('npx "symlink-dir@5.1.1" ' + from + ' ' + to, (error) => {
if (error) {
throw new Error('Error occured while creating symlink: ' + error);
}
From c27fb7b1f3b53355361348263f482376cca9e359 Mon Sep 17 00:00:00 2001
From: Alexander Schranz
Date: Thu, 4 Jul 2024 15:02:04 +0200
Subject: [PATCH 2/2] Use 5.2.0 version
---
symlink-vendor-directory.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/symlink-vendor-directory.js b/symlink-vendor-directory.js
index de19e0b1e50..c3ed9694b83 100644
--- a/symlink-vendor-directory.js
+++ b/symlink-vendor-directory.js
@@ -33,7 +33,7 @@ if (
&& path.basename(path.dirname(process.cwd())) === 'assets'
)
) {
- exec('npx "symlink-dir@5.1.1" ' + from + ' ' + to, (error) => {
+ exec('npx "symlink-dir@5.2.0" ' + from + ' ' + to, (error) => {
if (error) {
throw new Error('Error occured while creating symlink: ' + error);
}
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/sulu/sulu/pull/7504.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy