{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ nodejs-16_x nodePackages.npm ]; }