Answer the question
In order to leave comments, you need to log in
How to properly import modules from node_modules for node-webkit?
Installed via npm jquery I
connect: var $ = require('jquery');
I get
Uncaught Error: Cannot find module 'jquery'
Answer the question
In order to leave comments, you need to log in
There are two ways to solve the problem:
Either include jQuery through a script, or read the Entry Point section here and borrow some code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question