[Progress Communities] [Progress OpenEdge ABL] Forum Post: Use A Local JavaScript Library Within KUIB

  • Thread starter Thread starter randyer
  • Start date Start date
Status
Not open for further replies.
R

randyer

Guest
I have a local JavaScript library that I would like to include in my KUIB project. I do a npm install . The JavaScript Library installs in the /app/node_modules folder. In addition, it modifies the /app/package.json file to include the JavaScript Library under the 'dependencies' section. When I do a KUIB 'Generate' on my project, the 'package.json' file removes the JavaScript Library from 'dependencies' section. What is the correct way to install a local instance of a JavaScript Library?

Continue reading...
 
Status
Not open for further replies.
Back
Top