Skip to Content
0
Former Member
Jul 21, 2017 at 11:23 AM

Grunt in SAP Web

308 Views Last edit Sep 13, 2017 at 09:45 AM 4 rev

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