I installed jQuery and it is not my question:
npm install jquery
I try to include jQuery library into my page like this:
var jQuery = require('jquery'); or
import jQuery from "jquery";
and get in Chrome console:
Uncaught ReferenceError: $ is not defined
How can I overcome it?