-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
Description
Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
Tell us about your environment
Win 11
MarkBind version
5.3.3
Describe the bug and the steps to reproduce it
If you delete package-lock.json
, node_modules
folder, and run npm install
, you will encounter errors (specifically, installing dependencies in the core package).
This should not be the case. Buggy package-lock.json
has been impeding Vue Migration efforts (causing different vue versions, etc, issues installing new dependencies etc. and can't refresh package-lock due to this issue) . Currently, have implemented a quick fix in my own branch, but I think this needs serious investigation.
Expected behavior
No response
Anything else?
No response