I have a node.js + express app and I installed jQuery with npm.
in the app.js
file I used
var jquery = require('jquery');
In the html file header I included javascript that uses jQuery and I get `jQuery is not defined'.
Is it a metter of order or am I missing something?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…