Yes, it's npx, not npm - the difference explained

added by JavaScript Kicks
12/23/2019 8:24:52 AM

756 Views

Recently when I started learning React I saw a lot of people (including myself) getting confused when seeing npx instead of the very well known npm . Some of us found it weird but didn't give much thought, others thought it was a typo and even went into the trouble of "fixing" it by running npm instead of npx.


0 comments