Hi,
I would like to know if I can use more npm?
Today I use grunt.loadNpmTasks('@sap/grunt-sapui5-bestpractice-build');
However in localhost normally I install via command line.
How I can do this?
Example, if I use Boostrap?
grunt.loadNpmTasks('grunt-bootstrap');
Thanks