From 5c9bbdbde59cde5d854203f65a827b0e5e83f858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jyri-Matti=20La=CC=88hteenma=CC=88ki?= Date: Sat, 10 Feb 2024 20:21:06 +0200 Subject: [PATCH] script for running with older node --- npm.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 npm.sh diff --git a/npm.sh b/npm.sh new file mode 100755 index 0000000..e931ce3 --- /dev/null +++ b/npm.sh @@ -0,0 +1,4 @@ +#! /usr/bin/env nix-shell +#! nix-shell -I channel:nixos-22.11-small -i bash -p nodejs-16_x + +npm $* \ No newline at end of file