GithubHelp home page GithubHelp logo

mm-node's People

Contributors

hemachandsai avatar lenkaswarna avatar niluroy avatar rawnics avatar swarnakshyari avatar

Watchers

 avatar  avatar

mm-node's Issues

Server kills the process while transforming the files and copying using babel

  • Node version: 8.9.4
  • npm version: 5.7.1
  • server-env: google-instance

script used:

"scripts": {
        "clean": "rm -rf dist",
        "compile": "npm run clean && babel src --out-dir dist --copy-files",
        "serve": "npm run compile &&  node ./dist/index",
        "debug-run": "npm run compile && set DEBUG=*:* && nodemon ./dist/index",
        "start": "nodemon --watch src --exec npm run serve",
        "test": "mocha --reporter spec dist/test/*.js"
    }

Current behavior:
Kills the process in the midway of copying files
image

Expected behavior:
Should copy all the files without error and start the server

Reproduction:
npm start

TimeoutError: ResourceRequest timed out

Current behavior: Sequelize throws following error after some http calls. Need to fix the issue soon.
This is causing server to crash and application stops executing.

{ TimeoutError: ResourceRequest timed out at ResourceRequest._fireTimeout (C:\Users\arun-awnics\Documents\workspace\node-samples\mm-node\node_modules\generic-pool\lib\ResourceRequest.js:58:17) at Timeout.bound (C:\Users\arun-awnics\Documents\workspace\node-samples\mm-node\node_modules\generic-pool\lib\ResourceRequest.js:8:15) at ontimeout (timers.js:475:11) at tryOnTimeout (timers.js:310:5) at Timer.listOnTimeout (timers.js:270:5) name: 'TimeoutError' }

Expected behavior: Should not throw timeout error and should execute smoothly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.