Skip to content

fix: allow remote tarballs with npm 12 - #616

Open
DinoscapeProgramming wants to merge 1 commit into
ds300:masterfrom
DinoscapeProgramming:master
Open

fix: allow remote tarballs with npm 12#616
DinoscapeProgramming wants to merge 1 commit into
ds300:masterfrom
DinoscapeProgramming:master

Conversation

@DinoscapeProgramming

Copy link
Copy Markdown

Description of Change

npm 12 changes the default allow-remote setting to none, which causes remote tarball dependencies to fail to install.

This passes --allow-remote=all when using npm 12 or newer. The npm version is checked so older npm versions don't receive an option they don't support.

Closes #615

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No more working under npm 12

1 participant