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

Search node binary first even when nodejs exists #84

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

udzura
Copy link
Contributor

@udzura udzura commented Dec 18, 2018

Many of node.js managers like nodebrew install node command.
OTOH OS package managers often install nodejs too, e.g. Debian/Ubuntu.

Thus, if OS has installed older version of nodejs, execjs detects and uses this preferentially. This makes trouble when libraries we use requires newer node.js runtime(e.g. autoprefixer).

- Many of node.js managers like nodebrew install `node` command
- OS package managers often install `nodejs`, e.g. Debian/Ubuntu
- Thus, if OS has installed older version of `nodejs`,
  execjs detects and uses this preferentially
@guilleiguaran guilleiguaran merged commit f6dc08c into rails:master Jan 21, 2019
@udzura udzura deleted the prefer-to-use-node branch August 10, 2019 05:11
@eloyesp eloyesp mentioned this pull request Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants