…a few things to do to prepare for installing our program globally. First, we should add the comment #!usr/bin/env/ node to the top of our index.js file to indicate that the following script should be interpreted by Node…Creating a project generator with Node1.5K15Harriet RyderGhamoti AngwafoFollowJul 21, 2017 · 1 min readHi Harriet Ryder — this should be #!/usr/bin/env node :D