Skip to content

Commit 6314ac2

Browse files
benelangithub-actions[bot]
authored andcommitted
build(deps): fix lerna install errors on osx machines (#9798)
**Related Issue:** #9774, #9779, #9790, #9797 ## Summary Resolve build errors related to Nx Native Modules using a solution from lerna/lerna#3815 (comment) Nx documented additional troubleshooting steps for this common error: https://nx.dev/troubleshooting/troubleshoot-nx-install-issues
1 parent bcc6019 commit 6314ac2

File tree

2 files changed

+168
-1
lines changed

2 files changed

+168
-1
lines changed

package-lock.json

Lines changed: 163 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,10 @@
132132
},
133133
"dependencies": {
134134
"patch-package": "8.0.0"
135+
},
136+
"optionalDependencies": {
137+
"@nx/nx-darwin-arm64": "*",
138+
"@nx/nx-win32-x64-msvc": "*",
139+
"@nx/nx-linux-x64-gnu": "*"
135140
}
136141
}

0 commit comments

Comments
 (0)