Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn too old for webpack #67

Closed
barangerbenjamin opened this issue Aug 21, 2018 · 0 comments
Closed

yarn too old for webpack #67

barangerbenjamin opened this issue Aug 21, 2018 · 0 comments
Assignees
Labels
WSL Windows Linux Subsystem

Comments

@barangerbenjamin
Copy link
Contributor

Hello,

For the students running WSL, following the instructions under the Oh-my-zsh paragraph:
sudo apt-get install -y nodejs will install them the v4.2.6 which is outdated and they'll get an error when doing rails new app_name --webpack

Fix:

curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs

@barangerbenjamin barangerbenjamin self-assigned this Oct 1, 2018
@ssaunier ssaunier added the WSL Windows Linux Subsystem label Dec 13, 2018
@ssaunier ssaunier changed the title [WSL] yarn too old for webpack yarn too old for webpack Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WSL Windows Linux Subsystem
Projects
None yet
Development

No branches or pull requests

2 participants