cancel
Showing results for 
Search instead for 
Did you mean: 

Grunt Build in SAP Web IDE error

TimMuchena
Participant
0 Kudos

Hi all

I followed blog titled Grunt Build in SAP Web IDE but when i get to the Build step i get build error and the console errors are shown below

Am i missing something?

Thank you

0 Kudos

Hi Timothy,

I get the same problem as you. Did you solve your issue?

David

Accepted Solutions (1)

Accepted Solutions (1)

former_member321811
Participant

Hi,

I just had the same issue. If you look at the console you can see what's wrong: there's no valid target for the package you are requesting from npm. It seems the version you are requesting (1.3.8) doesn't exist anymore so you have to specify a different version (1.3.15). I guess it's not supposed to be that way, old packages should still be available. You can fix this by modifying the package.json file:

"devDependencies": {
  "@sap/grunt-sapui5-bestpractice-build": "1.3.X"
}

Cheers,

Pierre

TimMuchena
Participant
0 Kudos

It worked

Thank you

Answers (0)