Categories
Terminal Tutorials

How npx / npm exec works

I was working with angular cli and wanted to run the local version of angular not the global version. The reason was to run the available angular migrations with the installed version of Angular. I reached for the following path. ./node_moduels/@angular/cli/bin/ng.js This is long and verbose. Finding the executable in different system is task on […]