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
It looks like the package-lock.json wasnt generated properly. There should've been more optional dependencies included in the package-lock that doesnt look like it made it in.
Current Behavior
Errors during CI execution caused by different environments
While running on CI Github Actions I'm having issues with
NX I can't find module '@nrwl/nx-linux-x64-gnu'
Expected Behavior
Running the integration tasks proceeds exactly as they are running locally, as all versions are equalized:
CI (Github Action)
Local
I tried to add it as a devDependency but I can't, because I use macOS and I get an error from npm
GitHub Repo
https://github.com/guiseek/nx-plugin
Steps to Reproduce
Trigger execution of tasks
Nx Report
Failure Logs
Additional Information
Actually, I didn't know about the existence of the '
@nrwl/nx-linux-x64-gnu
' package, shouldn't it be apeerDependency
of the official packages?Any idea of a solution for this case? Has anyone reported something similar?
The text was updated successfully, but these errors were encountered: