-
Notifications
You must be signed in to change notification settings - Fork 421
Description
Hi,
I have installed jQuery and Jquery.easing modules in a project but I am getting below error when run the page.
at /node_modules/jquery.easing/jquery.easing.js:22:28
at /node_modules/jquery.easing/jquery.easing.js:15:13
at Object. (/node_modules/jquery.easing/jquery.easing.js:19:3)
at Module._compile (internal/modules/cjs/loader.js:1176:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1196:10)
at Module.load (internal/modules/cjs/loader.js:1040:32)
at Function.Module._load (internal/modules/cjs/loader.js:929:14)
at Module.require (internal/modules/cjs/loader.js:1080:19)
at require (internal/modules/cjs/helpers.js:72:18)
at eval (webpack-internal:///jquery.easing:1:18)
I seriously dont know what the cause of this issue.
Please help me to resolve this issue