From 9e35e70efa6aca70f96d684cab6b3d8ea7159b83 Mon Sep 17 00:00:00 2001 From: Sterling Camden Date: Mon, 17 May 2021 17:39:50 -0700 Subject: [PATCH] fix(npm): need registry set --- .npmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 4c5fca4..2b5b532 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ save-prefix=^ -ca= \ No newline at end of file +ca= +registry=http://registry.npmjs.org/ \ No newline at end of file