From c328486d5aa6a4b406c5eb6e22ee6aed680b620b Mon Sep 17 00:00:00 2001 From: "Caspar v. Lengerke" Date: Fri, 29 Nov 2024 11:51:34 -0500 Subject: [PATCH 1/2] Update package.json Change to https protocol to access github repo. github blocks git protocol. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 260940d..cd11370 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react": "^15.3.1", "react-dom": "^15.3.1", "stats-js": "^1.0.0-alpha1", - "topogram": "git://github.com/PitchInteractiveInc/topogram.git#node-js", + "topogram": "https://github.com/PitchInteractiveInc/topogram.git#node-js", "topojson": "^1.6.26" } } From 0fd5dd90d1fdcc59bcd934f3c2475f81d4e14cd9 Mon Sep 17 00:00:00 2001 From: "Caspar v. Lengerke" Date: Fri, 29 Nov 2024 12:13:02 -0500 Subject: [PATCH 2/2] Update README.md Add instruction on tested setup requirements. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 275eb99..92147bf 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ or the [manual](MANUAL.md). ## Development ### Setup +Despite many deprecations, npm v10.24.1 can install this project when it can call python2 (Python 2.7). Other setups might work. After cloning the repository, run: