0

I usually call my modules this way:

var synth = require('./module/module');

However I'm studying some codes and I noticed that the modules are called this way:

var synth = require('this-is-module');

enter image description here

How can I call my modules this way above, without having to keep finding folders and so on.

Previell
  • 53
  • 7

0 Answers0