-
Hi, I've run into an issue where jitpack.io is failing to build my project since npm command is not defined Does node have to be installed on the system or is there a way to have node installed during build if one isn't already installed? |
Beta Was this translation helpful? Give feedback.
Answered by
AuroraLS3
Apr 15, 2022
Replies: 1 comment
-
Ah I added node {
download = true
version = "16.14.2"
nodeProjectDir = file("$rootDir/react/dashboard")
} and seems to work now :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AuroraLS3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah I added
and seems to work now :)