Giter VIP home page Giter VIP logo

Comments (4)

cleverbeagle avatar cleverbeagle commented on May 29, 2024

@ajitgoel this may be an issue with Meteor on Windows (it's known to be slow/buggy). The next best thing I can recommend is attempting a reinstall of Meteor on your computer—that's the piece that would cause a hang-up like this (the build tool/system).

from pup.

ajitgoel avatar ajitgoel commented on May 29, 2024

Hello Ryan,
I reinstalled Meteorjs and after trying a couple of time I was able to get the application running.
Not sure if the two UnhandledPromiseRejectionWarning are something to be concerned about.

=> Started proxy.
=> Started MongoDB.
(node:2008) UnhandledPromiseRejectionWarning: Error: EPERM: operation not permitted, lstat 'C:\Users\AjitGoel\AppData\Local\Temp\mt-jmx6dy.3z93t\npm\node_modules.fsevents-garbage-1m6ppn3.i5et'
(node:2008) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)

(node:2008) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
W20190912-14:19:33.522(-5)? (STDERR) Debugger listening on ws://127.0.0.1:9229/180b7641-f806-4147-acf5-15c3730bedd5
W20190912-14:19:34.413(-5)? (STDERR) For help see https://nodejs.org/en/docs/inspector
W20190912-14:19:54.150(-5)? (STDERR) [Pup] Woof! Email settings are not configured. Emails will not be sent. See https://cleverbeagle.com/pup/v2/extras/email for configuration instructions.
=> Started your app.

=> App running at: http://localhost:3000/
Type Control-C twice to stop.

from pup.

cleverbeagle avatar cleverbeagle commented on May 29, 2024

Hi @ajitgoel, okay good! That error means that there was a JavaScript promise being called that failed, but didn't have the proper code for handling its error implemented. Based on the path, it doesn't look like it's coming from a file in Pup but rather a dependency. If you start making changes to the app and it restarts, does that error still show?

from pup.

ajitgoel avatar ajitgoel commented on May 29, 2024

Hello Ryan,
The errors do not show again, after I restart the application.

from pup.

Related Issues (20)

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.