I used the command yarn install
in Visual Studio Code, but it ocurred error. following error message.
package-lock.json found.
Your project contains lock files generated by tools other than Yarn.
It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files.
To clear this warning, remove package-lock.json.
I think it was overlapped by npm
package-lock.json
conflict with yarn.lock.
Action against the problem.
remove package-lock.json
, remove node_modules
This problem remain unsolved.
thank you!