migrate-mongoose icon indicating copy to clipboard operation
migrate-mongoose copied to clipboard

Use NPX instead of referencing the node module

Open testuserplzignore opened this issue 5 years ago • 0 comments

obviously not a big issue, but instead of:

./node_modules/.bin/migrate [command] [options]

isn't it better to do:

npx migrate [command] [options]

testuserplzignore avatar Nov 25 '19 03:11 testuserplzignore