Nodejs application does not work in another folder

Viewed 15

I need to use a node exe application created by pkg in another folder, however when I change the exe file or all the application to other folder it throws the following error. All the files that I use with paths are in the other folder too.

Error

1 Answers

use npm install command in another folder ones.

npm install
Related