···39 1. Modify `pkgs/development/node-packages/node-packages.json` to add, update
40 or remove package entries to have it included in `nodePackages` and
41 `nodePackages_latest`.
42- 2. Run the script: `(cd pkgs/development/node-packages && ./generate.sh)`.
43 3. Build your new package to test your changes:
44 `cd /path/to/nixpkgs && nix-build -A nodePackages.<new-or-updated-package>`.
45 To build against the latest stable Current Node.js version (e.g. 14.x):
···39 1. Modify `pkgs/development/node-packages/node-packages.json` to add, update
40 or remove package entries to have it included in `nodePackages` and
41 `nodePackages_latest`.
42+ 2. Run the script: `cd pkgs/development/node-packages && ./generate.sh`.
43 3. Build your new package to test your changes:
44 `cd /path/to/nixpkgs && nix-build -A nodePackages.<new-or-updated-package>`.
45 To build against the latest stable Current Node.js version (e.g. 14.x):