Hi Everyone,
I try to install some dependencies via NPM to administration,
installation of npm package is proper,but when i use in index.js file,then not working my plugin.
I follow below steps:
- create package.json file.
- Import npm package (eg. npm i formBuilder)
- Also import dependent package of formBuilder.
- Create webpack.config.js file.
- Import module file in main.js file.
- Use formBuilder package in index.js file
Please give me any idea or refrences for how to work with npm package at administration.
thank you in advance.