web-dev-qa-db-fra.com

Comment résoudre `package-json found. ... Pour effacer cet avertissement, supprimez package-lock.json`, je pense qu'il a été chevauché par npm lors de l'installation du fil

J'ai utilisé la commande yarn install dans Visual Studio Code, mais il s'est produit une erreur. message d'erreur suivant.

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.

Je pense qu'il a été chevauché par npm package-lock.json conflit avec yarn.lock.

Action contre le problème.

retirer package-lock.json, retirer node_modules

Ce problème n'est toujours pas résolu.

merci!

4
황인규

j'étais également confronté au même problème. Copiez d'abord tous vos projets angular et supprimez angular où il est installé. puis installez le premier fil à partir de brew.sh puis installez angular cli. ça marche pour moi.

1
P S