Replies: 1 comment 1 reply
-
@nickBes, did you ever resolve this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hey, we're attempting to create a monorepo using turborepo and npm workspaces. One of our applications is a next js app, and when w'ere trying to run
turbo run build
for this app, we are getting the next error:Found lockfile is missing swc dependencies, patching...
. After that there's an attempt to install them from the npmjs package registry, which fails as we're working in closed network with our own registry.I believe this happens because in npm workspaces there's a single
package-lock.json
file for the root package.json which includes the dependencies for all of the packages in the workspaces. To actually test that, I copied the previouspackege-lock.json
(from the previous repository) and the build finished successfully...Sometimes I also got the next error (which could actually relate to this thread):
Additional information
Can't bring screenshots / errors
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions