Skip to content

express partials Error: ENAMETOOLONG: name too long, open ' #51

@cmarrero01

Description

@cmarrero01

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions