ws-node-demo icon indicating copy to clipboard operation
ws-node-demo copied to clipboard

A NodeJs application written in TypeScript using ExpressJs framework to create a RESTful api for User model data stored in MongoDB using Mongoose as an adapter. Using the tsoa tool to facilitate a Swa...

Results 1 ws-node-demo issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting below error after runing `npm run start` > [email protected] start:simple /home/ws-node-demo > node ./dist/server.js module.js:538 throw err; ^ Error: Cannot find module '/home/ws-node-demo/dist/server.js' at Function.Module._resolveFilename (module.js:536:15) at...