python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Vuex shared across packages in a monorepo
I am working in a monorepo that has a structure a little like,
- packages
- web_app
- mobile_app
- white_labelled_product
- shared_resources
I am wanting to integrate a vuex store into theses...
Udders
Votes: 0
Answers: 0
lerna bootstrap info undefined@undefined~postinstall: undefined@undefined
I have 3 repositry, react components, ts utils and react app, when I use lerna to manage them, it happens. I'm not very familiar with lerna, I want to know why it hapeened and how can I solve it.
lea...
aphroditek
Votes: 0
Answers: 1
npm publish (using also lerna) is ignoring ts definition file
Hi all I am creating this public library
https://github.com/kristijorgji/winstonjs-utils using ts+lerna monorepo
My issue is that although having specified in every package.json
"files": [...
Kristi Jorgji
Votes: 0
Answers: 1