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
Users often run into version conflict issues using the upgrade command when a new Evidence version is out. Solution is to delete node_modules and package-lock.json, but it's not obvious that this is the solution.
We can handle this in the VS Code extension by auto-deleting these in the Upgrade Evidence command before running the npm install command
The text was updated successfully, but these errors were encountered:
Users often run into version conflict issues using the upgrade command when a new Evidence version is out. Solution is to delete
node_modules
andpackage-lock.json
, but it's not obvious that this is the solution.We can handle this in the VS Code extension by auto-deleting these in the Upgrade Evidence command before running the npm install command
The text was updated successfully, but these errors were encountered: