-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
monorepo convention #19
Labels
better
New feature or request
Comments
## clear deps
rm -rf package-lock.json
rm -rf node_modules
rm -rf packages/front-desktop/package-lock.json
rm -rf packages/front-desktop/node_modules
rm -rf packages/front-mobile/package-lock.json
rm -rf packages/front-mobile/node_modules
## reinstall
npm i |
monorepo is terrible for front project, i came from java, but i give up after wasting so much time on thinking java way in js world. there is no perfect way to handle monorepo deps and path for now. maybe muli-repo (multiple single repo with link) is good for me. |
trydofor
added a commit
that referenced
this issue
Sep 22, 2024
trydofor
added a commit
that referenced
this issue
Sep 22, 2024
Merged
trydofor
added a commit
that referenced
this issue
Sep 22, 2024
trydofor
added a commit
that referenced
this issue
Sep 22, 2024
trydofor
added a commit
that referenced
this issue
Sep 22, 2024
trydofor
added a commit
that referenced
this issue
Sep 22, 2024
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in WingsBoot Backlog
Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dependencies
"@capacitor/android": "5.7.4"
"@capacitor/android": "*"
node_modules
at top if same versionpeer
range aseslint@"^8.56.0" from @vue/[email protected]
scripts
manage, config, others
The text was updated successfully, but these errors were encountered: