Multer module won't start
You have to install the module locally, without the -g
flag:
$ npm i multer
Alternatively, you can either link the globally installed module to local directory or specify an environment variable NODE_PATH
as illustrated in NodeJS require a global module/package