You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are probably looking at docs for the wrong EJS. (There are multiple projects.) In addition, this EJS project is no longer active. The current version of EJS lives here: github.com/mde/ejs Doc site is here: http://ejs.co/
I am trying to update an element on the ejs file.
I try to do it like this:
var ejsFile= new EJS({url: 'views/profile.ejs'}).update('divResults', response);
on top of the file i have this
var ejs = require('ejs');
although i get ReferenceError: EJS is not defined. Any ideas?
The text was updated successfully, but these errors were encountered: