How to restrict a project's node version? #2903
Unanswered
jasonlimantoro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setting the
engines
field onpackage.json
is not respected byYarn
.Ideally, it should halt any yarn script executions (e.g. yarn install, yarn run, etc.), when the current
node
version does not satisfy the range specified in theengines
.Beta Was this translation helpful? Give feedback.
All reactions