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
Tried to go to my common module and ran: yalc publish. Then went to my project and ran either: yalc add my-package or yalc link my-package. Then tried to do npm run dev or docker-compose up. Both get many errors.
For example, when running the npm run dev:
Winston is a dependency of my common module, for example. I get this error when trying to run my project.
Just that we will be in the same scope, yalc purpose is to support npm link for docker-compose to run multiple microservices that use a local common npm module, right?
The text was updated successfully, but these errors were encountered:
Tried to go to my common module and ran:
yalc publish
. Then went to my project and ran either:yalc add my-package
oryalc link my-package
. Then tried to donpm run dev
ordocker-compose up
. Both get many errors.For example, when running the npm run dev:
Winston is a dependency of my common module, for example. I get this error when trying to run my project.
Just that we will be in the same scope, yalc purpose is to support npm link for docker-compose to run multiple microservices that use a local common npm module, right?
The text was updated successfully, but these errors were encountered: