Best way to handle node version and manage node dependencies? #4220
Unanswered
devjk1
asked this question in
Help needed
Replies: 2 comments 2 replies
-
|
Yes, for node versions we have to refactor the provision recipe. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What kind of deps? Why not just in package.json? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Deployer v8.0.5 using Laravel recipe
I have two questions.
What is the best way to set the node_version that is used during
provision:node?I have tried to set the node_version in the host and with a before hook to v24.15.0 but the node_version seems to be stuck on lts v18.19.1
What is the recommended way to manage node dependencies?What is the best way to install a package manager like npm? Should we hook into the defaultprovision?Any help or examples would be greatly appreciated.
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions