Hi,
I have this error on my nodeJS app.
Error: ENAMETOOLONG: name too long, open '/Users/username/Documents/project/front/web/
My code is:
var response = { partials: { navbar: 'templates/directives/navbar' }, note: { title: 'Home' }, data: { home: doc } }; res.render('index.html',response);
This is with node 6.10.. I dont' know where is the problem, I google this and I get nothing .