Ошибка при запуске пряжи в репозитории wp-calypso: (узел: 12332) MaxListenersExceededWarning - PullRequest
0 голосов
/ 08 мая 2020

Я клонировал репозиторий Automattic / wp-calypso с github. Когда я запускаю yarn start из каталога, содержащего клонированное репо, я получаю эту ошибку: (node: 12332) MaxListenersExceededWarning. Я изучал возможность увеличения разрешения MaxListener, но также читал, что слишком большое его увеличение может повлиять на производительность моего компьютера. Я просто хочу посмотреть, есть ли лучшее решение. Если мне нужно увеличить количество MaxListener, где мне это сделать и на каком уровне go? Любой вклад приветствуется. Полное сообщение, включая мою команду, включено ниже. Я запускаю это на ОС Windows 10, используя терминал Git Bash.

~/onedrive/documents/github/wp-calypso (popover-tton-fix)
$ yarn start
yarn run v1.22.4
$ check-npm-client && npx check-node-version --package && yarn run install-if-
ps-outdated && node bin/welcome.js
npx: installed 13 in 4.506s
$ check-npm-client && node bin/install-if-deps-outdated.js
             _
    ___ __ _| |_   _ _ __  ___  ___
   / __/ _` | | | | | '_ \/ __|/ _ \
  | (_| (_| | | |_| | |_) \__ \ (_) |
   \___\__,_|_|\__, | .__/|___/\___/
               |___/|_|

$ check-npm-client && yarn run -s build
$ check-npm-client && node bin/install-if-deps-outdated.js
$ check-npm-client && npx ncp static public
npx: installed 1 in 2.068s
$ check-npm-client && npx lerna run prepare --stream
npx: installed 703 in 71.443s
lerna notice cli v3.20.2
lerna info versioning independent
lerna info Executing command in 18 packages: "yarn run prepare"
(node:12456) MaxListenersExceededWarning: Possible EventEmitter memory leak de
cted. 2 error listeners added to [WriteStream]. Use emitter.setMaxListeners()
 increase limit
@automattic/full-site-editing: internal/modules/cjs/loader.js:960
@automattic/full-site-editing:   throw err;
@automattic/full-site-editing:   ^
@automattic/full-site-editing: Error: Cannot find module 'C:\Users\pdill\node_
dules\yarn-cli\yarn.js'
@automattic/full-site-editing:     at Function.Module._resolveFilename (intern
/modules/cjs/loader.js:957:15)
@automattic/full-site-editing:     at Function.Module._load (internal/modules/
s/loader.js:840:27)
@automattic/full-site-editing:     at Function.executeUserEntryPoint [as runMa
] (internal/modules/run_main.js:74:12)
@automattic/full-site-editing:     at internal/main/run_main_module.js:18:47 {
@automattic/full-site-editing:   code: 'MODULE_NOT_FOUND',
@automattic/full-site-editing:   requireStack: []
@automattic/full-site-editing: }
@automattic/calypso-color-schemes: internal/modules/cjs/loader.js:960
@automattic/calypso-color-schemes:   throw err;
@automattic/calypso-color-schemes:   ^
@automattic/calypso-color-schemes: Error: Cannot find module 'C:\Users\pdill\n
e_modules\yarn-cli\yarn.js'
@automattic/calypso-color-schemes:     at Function.Module._resolveFilename (in
rnal/modules/cjs/loader.js:957:15)
@automattic/calypso-color-schemes:     at Function.Module._load (internal/modu
s/cjs/loader.js:840:27)
@automattic/calypso-color-schemes:     at Function.executeUserEntryPoint [as r
Main] (internal/modules/run_main.js:74:12)
@automattic/calypso-color-schemes:     at internal/main/run_main_module.js:18:
 {
@automattic/calypso-color-schemes:   code: 'MODULE_NOT_FOUND',
@automattic/calypso-color-schemes:   requireStack: []
@automattic/calypso-color-schemes: }
lerna ERR! yarn run prepare exited 1 in '@automattic/full-site-editing'
lerna WARN complete Waiting for 3 child processes to exit. CTRL-C to exit imme
ately.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this co
and.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this co
and.
...