1How to update the NPM packages 2============================== 3- Install node2nix: 4 5nix-env -f '<nixpkgs>' -iA node2nix 6 7- Modify node-packages.json, add, update or remove package entries 8 9- Run the script: 10 11sh generate.sh 12 13- Done!