You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that calling require("jquery") causes an error:
Uncaught Error: Cannot find module 'jquery'
at Module._resolveFilename (internal/modules/cjs/loader.js:602)
at Function.Module._resolveFilename (E:\vs\Pshare\PShare.Front.Desktop\obj\Host\node_modules\electron\dist\resources\electron.asar\common\reset-search-paths.js:35)
at Function.Module._load (internal/modules/cjs/loader.js:528)
at Module.require (internal/modules/cjs/loader.js:658)
at require (internal/modules/cjs/helpers.js:20)
at jquery.validate.min.js:4
at jquery.validate.min.js:4
Where can I add module 'jQuery' to make it work?
The text was updated successfully, but these errors were encountered:
pwasiewicz
changed the title
External JS librarby - require dependency
External JS libraby - requires jQuery dependency
Apr 23, 2019
I have an external library that tries to load jQeury:
The problem is that calling
require("jquery")
causes an error:Where can I add module 'jQuery' to make it work?
The text was updated successfully, but these errors were encountered: