ananthakumaran/paisa

Please add .nvmrc file

Closed this issue · 1 comments

Please add .nvmrc file. It helps with regard to which node version to use and will also help you because bugs may show with bleeding edge node js version or unsupported node versions.

If my English had errors, sorry, English is not my first language.

Thanks.

I use nix flake for project development and the versions are pinned. For future questions like this, please use the discussions. Issue tracker is only for bugs.

paisa/shell.nix

Lines 5 to 15 in 873c3c1

pkgs.go_1_20
pkgs.gotools
pkgs.gopls
pkgs.sqlite
pkgs.nodejs-18_x
pkgs.libuuid
# pkgs.pkgsCross.mingwW64.buildPackages.gcc
pkgs.python311Packages.mkdocs
pkgs.python311Packages.mkdocs-material
] ++ (pkgs.lib.optional pkgs.stdenv.isLinux pkgs.wails);