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...
Continue reading...