Giter Site home page Giter Site logo

Comments (5)

cteliberty avatar cteliberty commented on June 30, 2024 1

This was fixed in #7364, but the test look like it's blocked

from sulu.

dduenker avatar dduenker commented on June 30, 2024

Thank you for the info @cteliberty , should i leave this issue open, until the change is available, or should i close it?

from sulu.

cteliberty avatar cteliberty commented on June 30, 2024

@alexander-schranz Is there a problem with the test? The tests seems no longer progressing.
https://github.com/sulu/sulu/actions/runs/8658836806/job/23743502513

@dduenker I don't know.

from sulu.

alexander-schranz avatar alexander-schranz commented on June 30, 2024

A release is planned for this days. Still you can patch the file manually to unblock it:

vendor/sulu/sulu/symlink-vendor-directory.js:

diff --git a/symlink-vendor-directory.js b/symlink-vendor-directory.js
index d33c78010f0..7c502c98d3b 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 ' + from + ' ' + to, (error) => {
+    exec('npx "symlink-dir@<6.0" ' + from + ' ' + to, (error) => {
         if (error) {
             throw new Error('Error occured while creating symlink: ' + error);
         }

Unreleased version of sulu/sulu can also be installed using:

composer require sulu/sulu:"2.4.*@dev"

composer require sulu/sulu:"2.5.*@dev"

from sulu.

YetiCGN avatar YetiCGN commented on June 30, 2024

Thanks! This had me stumped for a while and I was frantically trying to update the admin JS dependencies to Node 18...

from sulu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.