From 55f39f4bff4688fb3ed78e976372adb81cec730e Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Tue, 7 Feb 2023 16:22:47 -0500 Subject: [PATCH] fix(npm) ref https://github.com/npm/cli/pull/6142 fixes https://github.com/teaxyz/pantry.core/issues/213 fixes https://github.com/teaxyz/pantry.core/issues/214 fixes https://github.com/teaxyz/pantry.core/issues/215 --- projects/npmjs.com/package.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/npmjs.com/package.yml b/projects/npmjs.com/package.yml index 6d0038cc..07e4942c 100644 --- a/projects/npmjs.com/package.yml +++ b/projects/npmjs.com/package.yml @@ -16,11 +16,10 @@ build: dependencies: crates.io/semverator: '*' script: | - if semverator satisfies '^8' {{ version }}; then + if semverator satisfies '^8,>=9.4.2' {{ version }}; then ARGS="--install-links" fi node . install --global --prefix={{prefix}} $ARGS -test: - npx -q tldr ls \ No newline at end of file +test: npx -q tldr ls \ No newline at end of file