Doubts about the official website tutorial #5207
Replies: 1 comment
-
Because npm is usually installed alongside with node.js, while yarn is installed manually. When Hexo finds that yarn is installed, it guesses that you prefer yarn so it uses yarn. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After I run hexo init, the project is directly installed dependencies, no need to run npm install, right? There are also project dependencies installed. There is a yarn.lock file in the root directory. Obviously, the project uses yarn. Why do you guide users to use npm to install it? Why not yarn?(forgive my bad english)
![image](https://private-user-images.githubusercontent.com/24249578/239117682-29bd4c29-a64f-4132-b287-2649da2847d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjY1MzEsIm5iZiI6MTczOTMyNjIzMSwicGF0aCI6Ii8yNDI0OTU3OC8yMzkxMTc2ODItMjliZDRjMjktYTY0Zi00MTMyLWIyODctMjY0OWRhMjg0N2Q3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAyMTAzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFlZmY3YTUxNmUyMTkwMjU0YTg5NTYwZDM5OWY4OGM2MzcwNjNlZDM0NjNmYTU5ZTRhNjYwOWE5ZjhkYTI5YmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ew4E9HoFFSB-maciW4u6b-9XpGUmsszeQr5OsesyMwI)
![image](https://private-user-images.githubusercontent.com/24249578/239117714-931121f3-23b0-45e8-8fbf-712531c32607.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjY1MzEsIm5iZiI6MTczOTMyNjIzMSwicGF0aCI6Ii8yNDI0OTU3OC8yMzkxMTc3MTQtOTMxMTIxZjMtMjNiMC00NWU4LThmYmYtNzEyNTMxYzMyNjA3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAyMTAzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlhOGY3ZWUzMmVlOGJkNjg0MjgxZTNiZjUzMmUwZDBhNDA4MmY4MTEzYWNkYjEwMzE2ZTFiNzg5OTRiM2I1MTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KR6aYFmdHMBMh7PuBShSWOMQfvwbv2HvyR1usVNu8R0)
Beta Was this translation helpful? Give feedback.
All reactions