Keep Getting Error For Browserless Jquery In Node
I am trying to run a node script and an html page but I keep getting an error. The script I am trying to run is: node script.js page.html The script.js file has the following: v
Solution 1:
The jquery module does not work with windows.
https://github.com/coolaj86/node-jquery#does-not-work-on-windows
I am sorry that I cannot be more helpful.
BTW, your code works on my Linux box.
Post a Comment for "Keep Getting Error For Browserless Jquery In Node"