Giter VIP home page Giter VIP logo

Comments (7)

dmeziere avatar dmeziere commented on June 18, 2024 1

This did the trick on Ubuntu 22.04 LTS.

Node :

sudo apt install curl 
sudo curl -o /usr/local/bin/n https://raw.githubusercontent.com/visionmedia/n/master/bin/n
sudo chmod +x /usr/local/bin/n
sudo n stable

Then Corepack :

sudo npm install -g corepack

Then yarn :

corepack enable
yarn init -2
yarn set version stable
yarn install

Then the tutorial works. Thank you @crydotsnake !

from sylius.

crydotsnake avatar crydotsnake commented on June 18, 2024

Hello @dmeziere

I could net reproduce your issue. How do you have yarn installed on your system? And what is your installed yarn version?

from sylius.

dmeziere avatar dmeziere commented on June 18, 2024

Oh, it's the one provided with Ubuntu, let me see ...

$ yarnpkg --version
1.22.10

from sylius.

crydotsnake avatar crydotsnake commented on June 18, 2024

So you installed it via apt?

I would try to install yarn like its described in the docs:

https://yarnpkg.com/getting-started/install

Seems they dont recommend anymore to install yarn via NodeJS

from sylius.

dmeziere avatar dmeziere commented on June 18, 2024

Nothing was specified in the tutorial, so i did like i use to, it's true. I understand Sylius has been made by or with JavaScript enthousiasts, maybe i am not the only one to be a PHP enthousiast and JavaScript hater, that uses it by force. This link may have it's place in the tutorial, i think. I will try it after work and tell you.

from sylius.

dmeziere avatar dmeziere commented on June 18, 2024

This looks like a whole project to install. If i understant well, yarn requires corepack, that requires npm, that doesn't like my version of node.

from sylius.

crydotsnake avatar crydotsnake commented on June 18, 2024

Glad its working now!
No Problem :)

from sylius.

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.