Skip to content

Instantly share code, notes, and snippets.

@PureLandFlying
Last active February 12, 2020 19:29
Show Gist options
  • Save PureLandFlying/f977f0e4f657051930fa2f8b377ba579 to your computer and use it in GitHub Desktop.
Save PureLandFlying/f977f0e4f657051930fa2f8b377ba579 to your computer and use it in GitHub Desktop.
nodejs hangs at startup
npm start
> forum@1.0.0 start forum
> node server.js
[HPM] Proxy created: / -> http://localhost:4000
- Building...Listening on port 1234
‼ Could not load existing sourcemap of "node_modules/noty/lib/noty.js".
‼ Could not load existing sourcemap of "node_modules/noty/lib/noty.js".
hangs at this point
delete .cache and dist folders to fix this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment