I am trying to use the lepozepo:cloudinary package, but I receive an error regarding this code.
$.cloudinary.config({
cloud_name: "dx8pjibvk"
});
The error states: ReferenceError: $ is not defined
Jquery is installed. What can I do to fix this?