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
I use Nx in production with Azure. Everything was working fine until I committed a change in the .gitignore file to ignore the package-lock.json file, and suddenly all builds (locally and on Azure) started failing with the following error:
Error: The externalDependency 'vite' for 'business:build' could not be found
Everything was back to normal when I reverted the change and allowed package-lock.json.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone!
I use Nx in production with Azure. Everything was working fine until I committed a change in the
.gitignore
file to ignore thepackage-lock.json
file, and suddenly all builds (locally and on Azure) started failing with the following error:Everything was back to normal when I reverted the change and allowed
package-lock.json
.Are there any explanations for this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions