From 88cc360ac922799bf21da4884ea9f2a6e6131cd1 Mon Sep 17 00:00:00 2001 From: Silas Date: Sun, 9 Apr 2023 18:12:10 -0400 Subject: [PATCH] try forcing font awesome to use npm default registry --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index b6f27f1..1db1845 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ engine-strict=true +@fortawesome:registry=https://registry.npmjs.org/ \ No newline at end of file