top | item 41693816 (no title) hschne | 1 year ago > It also doesn’t understand how to get packages from a git source.Not sure what you mean.https://bundler.io/guides/git.html discuss order hn newest irjustin|1 year ago He's talking about npm sigilworks|1 year ago You have been able to do that for a few years now, e.g.: `npm i https://github.com/user_name/node_project_name`...or with `npm i git+ssh:...`, and npm will git clone it locally, as long as it has a `package.json`You can install a certain commit, or even from a Gist!
irjustin|1 year ago He's talking about npm sigilworks|1 year ago You have been able to do that for a few years now, e.g.: `npm i https://github.com/user_name/node_project_name`...or with `npm i git+ssh:...`, and npm will git clone it locally, as long as it has a `package.json`You can install a certain commit, or even from a Gist!
sigilworks|1 year ago You have been able to do that for a few years now, e.g.: `npm i https://github.com/user_name/node_project_name`...or with `npm i git+ssh:...`, and npm will git clone it locally, as long as it has a `package.json`You can install a certain commit, or even from a Gist!
irjustin|1 year ago
sigilworks|1 year ago
...or with `npm i git+ssh:...`, and npm will git clone it locally, as long as it has a `package.json`
You can install a certain commit, or even from a Gist!