+ 17
How to include 3rd party modules in node.js code
Is there a way to include 3rd party modules that aren't built in to the new node js playground codes? These modules would typically be installed via npm, something like express or socket.io.
4 Respostas
+ 19
Good question... I have I actually wondered the same thing.
+ 8
I could only managed to check for version of node and npm.
https://code.sololearn.com/chY801KgiMGT/?ref=app
I tried to installed git so that i can git clone repo later, but i get timeout with 'npm i git' command
+ 7
Managed to run
npm init -y
https://code.sololearn.com/cptkoIkf4gDg/?ref=app
+ 1
Yeah, too much time to execute.
SoloLearn backend (node, python, java....) programs are launched on Azure cloud pods and are alive only 1s
https://code.sololearn.com/c27jjusIDMqf/?ref=app
https://code.sololearn.com/ci8W7CLlPZ4h/?ref=app