Неверное регулярное выражение: / ^ (environment $ /: неопределенная группа в NodeMon - PullRequest
0 голосов
/ 26 октября 2019

Node api работал fie внутри контейнера, но вдруг он начинает выдавать следующую ошибку. Не удалось запустить докерский контейнер

_container | /usr/local/lib/node_modules/nodemon/node_modules/debug/src/common.js:177
_container |         createDebug.names.push(new RegExp('^' + namespaces + '$'));
_container |                                ^
_container | 
_container | SyntaxError: Invalid regular expression: /^(environment$/: Unterminated group
_container |     at new RegExp (<anonymous>)
_container |     at Function.enable (/usr/local/lib/node_modules/nodemon/node_modules/debug/src/common.js:177:32)
_container |     at setup (/usr/local/lib/node_modules/nodemon/node_modules/debug/src/common.js:244:15)
_container |     at Object.<anonymous> (/usr/local/lib/node_modules/nodemon/node_modules/debug/src/node.js:155:37)
_container |     at Module._compile (internal/modules/cjs/loader.js:776:30)
_container |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
_container |     at Module.load (internal/modules/cjs/loader.js:653:32)
_container |     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
_container |     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
_container |     at Module.require (internal/modules/cjs/loader.js:690:17)
...