Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit 338e564

Browse files
author
unknown
committed
Replit Ver Node 18
1 parent 1cb62b1 commit 338e564

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"cookie-parser": "^1.4.6",
4545
"cors": "^2.8.5",
4646
"csurf": "^1.11.0",
47-
"dotenv": "^16.0.3",
47+
"dotenv": "^16.3.1",
4848
"ejs": "^3.1.8",
4949
"emoji-api": "^3.0.1",
5050
"express": "^4.18.1",

replit.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ pkgs }: {
22
deps = with pkgs; [
3-
nodejs-16_x
3+
nodejs-18_x
44
nodePackages.typescript-language-server
55
nodePackages.node-pre-gyp
66
libpng

run.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ with pkgs; mkShell {
77
APPEND_LIBRARY_PATH = "${lib.makeLibraryPath [ libGL libuuid ]}";
88
shellHook = ''
99
export LD_LIBRARY_PATH="$APPEND_LIBRARY_PATH:$LD_LIBRARY_PATH"
10-
npm i
1110
1211
npm start
1312
'';
1413

15-
# Replace 'npm run-script run' with your run command.
14+
1615

1716
}

0 commit comments

Comments
 (0)