Skip to Content
0
Aug 14, 2023 at 02:00 PM

Install npm packages in SAP Web IDE Full Stack for MDK application

143 Views

Hello experts,

I'm working on an MDK application in the Web IDE where users scan barcodes sequentially, generating a TXT file. Currently, I've successfully implemented sequential barcode reading and file generation, with the file being downloaded to the user's device.

However, I've hit a roadblock – the Web IDE lacks command-line access, making it challenging to integrate npm libraries for more advanced features. In this context, a user has requested alternative approaches to the file handling, such as sending the file via email or uploading it to a cloud drive. These methods seem more user-friendly and aligned with their needs.

I understand that in SAP Business Application Studio, adding libraries is simpler, and personalized builds can be achieved. Unfortunately, this functionality isn't available in the Neo environment, where the MDK application is being developed.

Given these constraints, I'm seeking guidance on potential workarounds or alternative methods to achieve the user's request. How can I integrate email or cloud drive functionalities into the MDK application within the Web IDE environment? Are there any creative solutions or insights that the community can offer?

Thank you in advance for your valuable assistance,

Cristian