Skip to content

How do I reference a 'version' of this for inclusion in a corporate package system (ProGet)? #224

Closed Answered by romainmenke
benfrain asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there!

I think you can use npm info --json postcss-preset-env@7.3.1 to get a tarball url.

npm info --json postcss-preset-env@7.3.1 | jq .dist.tarball

-> https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.3.1.tgz

I have no idea how ProGet works so this might not be helpful :)
This archive will not contain any dependencies.
So you will probably need to do the same for each.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@benfrain
Comment options

Answer selected by benfrain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants