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