You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It means enb/lib/make calls make.js(examples and docs configuration) twice.
require(makefilePath)(projectConfig);
It becomes a problem when enb-bem-examples configuration calls pseudo-level-builder and it creates symlinks asynchronously. Sometimes you may get an error like:
Hi!
It seems that
.enb/make.js
called twice and it's not ok.Two tasks run in
index.js
.So in
enb-magic-factory
makePlatform
inits twice, fordocs
and forexamples
.It means
enb/lib/make
callsmake.js
(examples
anddocs
configuration) twice.It becomes a problem when
enb-bem-examples
configuration callspseudo-level-builder
and it creates symlinks asynchronously. Sometimes you may get an error like:The text was updated successfully, but these errors were encountered: