Replies: 1 comment 3 replies
-
Try with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i have a private repo that i need to use as a dependency
i run
The problem, when the dependency is being created, it executed
Running npm-install script
, This step fails because the repository uses a subdependency that requires a specific version of node, but in my case, I don't need the sub dependencies to be installed, since I only need some constants from this git+ssh repo.so, my question.
Is there a way to not run
Running npm-install script
and just leave the git+ssh repo cloned as is?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions