cancel
Showing results for 
Search instead for 
Did you mean: 

How to install new packages with command line on SAP Web IDE full Stack

former_member664593
Participant
0 Kudos

Hi everyone.

I have an MTA application with differents SAP UI5 modules on my SAP Web IDE full-stack and I need to install a new npm with this command line:

npm install "jwt-decode"

Where can I find this option or how can I install it?

PS: For my next projects I think to use SAP Business Application Studio.

Thanks in advance.

View Entire Topic
pfefferf
Active Contributor

In SAP WebIDE no command line is available.

You can add the required module to the package.json file as dependency and do a build (via the context-menu option on the project or the key shortcut).