From e243bb63375c688aa0e2695f1463bbef3469bd33 Mon Sep 17 00:00:00 2001 From: bubbo <85169821+xbubbo@users.noreply.github.com> Date: Tue, 16 Jan 2024 21:54:59 -0500 Subject: [PATCH 1/4] Update npm and node versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 90a1f4f4c..e51f084fb 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "5.1.0", "type": "module", "engines": { - "npm": ">=7.0.0", - "node": ">=16.0.0" + "npm": "10.3.0", + "node": ">=18.0.0" }, "scripts": { "start": "node index.js", From dfa3ddcbdd418e09cd7e3cbec29f88514ad5a972 Mon Sep 17 00:00:00 2001 From: bubbo <85169821+xbubbo@users.noreply.github.com> Date: Tue, 16 Jan 2024 21:57:01 -0500 Subject: [PATCH 2/4] Update npm and node versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e51f084fb..8708615a5 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "5.1.0", "type": "module", "engines": { - "npm": "10.3.0", - "node": ">=18.0.0" + "node": "17.6.0", + "npm": "8.5.1" }, "scripts": { "start": "node index.js", From 507049f08761c083feb45081b5bcd2fcc7c0e8d3 Mon Sep 17 00:00:00 2001 From: bubbo <85169821+xbubbo@users.noreply.github.com> Date: Tue, 16 Jan 2024 22:01:44 -0500 Subject: [PATCH 3/4] Revert to original versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8708615a5..90a1f4f4c 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "5.1.0", "type": "module", "engines": { - "node": "17.6.0", - "npm": "8.5.1" + "npm": ">=7.0.0", + "node": ">=16.0.0" }, "scripts": { "start": "node index.js", From 69094ab464a9a8f457f50af55d41f8437c2705f8 Mon Sep 17 00:00:00 2001 From: bubbo <85169821+xbubbo@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:09:09 -0500 Subject: [PATCH 4/4] Update Codespace Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b70670ec3..2e2df4596 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ As of January 1st 2024, Replit is [no longer free](https://blog.replit.com/hosti 2. Click "Code" (green button) and then "Create Codespace on main." 3. In the terminal at the bottom, paste `npm i && npm run start`. 4. Respond to the application popup by clicking "Make public." +> Make sure you actually click the "Make public." button, or the proxy won't function properly. 5. Access the deployed website from the ports tab. 6. For subsequent uses in the same codespace, just run `npm run start`