localmed / api-mock

Creates a mock server based on an API Blueprint
MIT License
496 stars 58 forks source link

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

Open anandkrishnanbk opened 8 years ago

anandkrishnanbk commented 8 years ago

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(); })

RYFN commented 8 years ago

I see the same error, when running as part of an express app.

This will be resolved by #50