We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 .
The text was updated successfully, but these errors were encountered:
Hmm..I have not seen this nor have any idea why it happens.
Does it behave differently with other node versions?
Sorry, something went wrong.
No branches or pull requests
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 .
The text was updated successfully, but these errors were encountered: