Skip to content

Commit

Permalink
Update basics.org
Browse files Browse the repository at this point in the history
  • Loading branch information
aakropotkin authored Jul 22, 2023
1 parent 458361d commit 9cd8ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/basics.org
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ completely idiotic and they aren't commonly used so I ain't supporting them.

Just for kicks we can ensure this project works using =npm= by running:
#+BEGIN_SRC shell
$ nix shell nixpkgs#nodejs-18_x nixpkgs#nodejs-18_x.pkgs.npm;
$ nix shell nixpkgs#nodejs nixpkgs#nodejs.pkgs.npm;
$ npm install --lockfile-version=3;
$ npm run build;
$ node ./bin.js
Expand Down

0 comments on commit 9cd8ddd

Please sign in to comment.