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

Migrate node package from nixpkgs to homebrew #14

Merged
merged 2 commits into from
Feb 9, 2024

Conversation

rounakdatta
Copy link
Owner

@rounakdatta rounakdatta commented Feb 9, 2024

The gradle wrapper (gradlew) often expects a system-wide installation of binaries. In a project, we have a gradle task which require npm. But since our NixPkgs installation is per-user (home-manager managed), it complains that the binary is not present. This happens despite the PATH variable set rightly.

To mitigate this, we can use brew's way of system-wide installation of node@18.

@rounakdatta rounakdatta merged commit c8c1c41 into master Feb 9, 2024
1 check passed
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.

1 participant