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

Early fail for nodejs versions >= 15 #152

Merged
merged 2 commits into from
Mar 31, 2022

Conversation

infinisil
Copy link
Contributor

@infinisil infinisil commented Mar 17, 2022

nodejs versions >= 15 use npm >= 7, which uses a new lockfile version that's currently not supported by npmlock2nix. Early exit until that's implemented. See #146

From the current open issues, this will make the failures in #140 and #139 happen early during eval time

nodejs versions >= 15 use npm >= 7, which uses a new lockfile version
that's currently not supported by npmlock2nix. Hook scripts, which
npmlock2nix relies on are also removed
@infinisil infinisil force-pushed the nodejs15-early-exit branch from 19747fc to b5d0baa Compare March 22, 2022 22:02
@andir andir merged commit dd2897c into nix-community:master Mar 31, 2022
@infinisil infinisil deleted the nodejs15-early-exit branch March 31, 2022 15:06
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.

2 participants