mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
External JS libraby - requires jQuery dependency #298
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pwasiewicz on GitHub (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?