Skip to content

Segmentation fault: 11 error after installing api-mock and run through gulp #49

@anandkrishnanbk

Description

@anandkrishnanbk

Getting error 'Segmentation fault: 11 error' after installing api by running 'npm install api-mock' and run through gulp using gulp.task('api',function()
{
var mockServer=new mockApi({
blueprintPath:files.apiPath,
options:{port:3000}
});
mockServer.run();
})

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