RE: How to import external library with multiple files

I want to access an external library as part of one of my scripts:

 

https://github.com/auth0/node-jsonwebtoken

 

I’ve read several guides showing how to upload a single .js file to the file cabinet and refer to it via it’s relative path, however I’m at a loss as to what to do when I want to use a multi-file library like this.

Jarrod Tuxworth Rookie Asked on December 28, 2021 in SuiteScript.
Add Comment
3 Answers

Thanks @battk for your response, and apologies for my elementary understanding of the subject (I am just self-learning some coding as a hobby).

 

Is the general idea then to look for libraries that are available using the AMD module system to achieve the desired functionality? Are you aware of any such libraries that will allow be to sign a JSON Web Token?

Rookie Answered on December 30, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.