NodeJS: Difference between revisions

163 bytes added ,  8 June 2020
Line 100: Line 100:
});
});
</syntaxhighlight>
</syntaxhighlight>
==Debugging==
===Inspector===
* Add the <code>--inspect</code> flag to your node call (before the name of the script).
* Then go to <code>chrome://inspect</code>


==Package Management==
==Package Management==