Closed pi0 closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
6c09735
) 76.83% compared to head (5ed62b3
) 76.89%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
it looks like it is going in an infinite loop?
I am using nuxt to extend some layers:
extends: [
[
`github:username/repo/path1#develop`,
{ install: true }
],
[
`github:username/repo/path2#develop`,
{ install: true }
],
[
`github:username/repo/path3#develop`,
{ install: true }
],
],
when i run install it throws this:
(node:37546) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 keypress listeners added to [Socket]. Use emitter.setMaβ¦
β (Use `node --trace-warnings ...` to show where the warning was created)
β (node:37546) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 end listeners added to [Socket]. Use emitter.setMaxListβ¦
β (node:37546) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [Socket]. Use emitter.setMaxLiβ¦
@Marian-Calin-Stroescu-Fiskars Would you please open a new issue with reproduction I can check? ππΌ
π Linked issue
51
β Type of change
π Description
This adds a shortcut for
install
giget option. A layer extended with[name, { install: true }]
will install it's dependenciesπ Checklist