+ 1
New node
Hello, any one knows how can I import modules that should be installed (like express or socket.io) in the nodeJS playground recently added?
1 Resposta
+ 1
import * as myModule from '/modules/my-module.js';
Hello, any one knows how can I import modules that should be installed (like express or socket.io) in the nodeJS playground recently added?