1 min readOct 24, 2018
npx comes with npm, so I believe it uses the same cache system as npm. But if you are using the package multiple times, installing it locally or globally wouldn’t be a bad idea. Because in the background, npx also install the package for you and get rid of that after using it, so that you don’t need to worry about the unwanted files and space.