Вот команда
set NODE_PATH=C:\Program Files\Element2\modules; && cd C:\Program Files\Element2 && nodemon ./index.js -- --config D:\Element2\config.js
При запуске ее в командной строке, все запускается без ошибок.
А вот если ее запихнуть в BAT-файл и запустить файл, то возникает ошибка:
D:\Element2>set NODE_PATH=C:\Program Files\Element2\modules;
D:\Element2>nodemon "C:\Program Files\Element2\index.js" -- --config D:\Element2\config.js
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node "C:\\Program Files\\Element2\\index.js" --config D:\Element2\config.js`
module.js:471
throw err;
^
Error: Cannot find module 'D:\Element2\"C:\Program'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:393:7)
at startup (bootstrap_node.js:150:9)
at bootstrap_node.js:508:3
[nodemon] app crashed - waiting for file changes before starting...