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
dev-cmd/create: add --node option #7990
Conversation
|
Looking at the usage of require "languages/node"
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
bin.install_symlink Dir["#{libexec}/bin/*"]to system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]I think this addition to the Formula API will obscure that rg -A1 std_npm_install_args |
|
Yeah that makes sense. I wasn't sure myself if |
|
Looks good nice work! |
brew stylewith your changes locally?brew testswith your changes locally?Allows for
brew create --node https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-0.19.48.tgzBased on #7787 (thanks @vladimyr!!)