【前情提要】最近在gayhub上面獲得一個開源項目,遂準備研究一下源碼,固然第一步就是要把項目運行起來。而後看了一下技術棧,發現包管理工具是使用yarn,之前也據說過yarn可是也沒有具體使用過,只知道是facebook發佈的包管理程序。java
1.下載node.js,使用npm安裝node
npm install -g yarn
查看版本:yarn --version複製代碼
2.安裝node.js,下載yarn的安裝程序:git
提供一個.msi文件,在運行時將引導您在Windows上安裝Yarnapache
3.Yarn 淘寶源安裝,分別複製粘貼如下代碼行到黑窗口運行便可npm
yarn config set registry https://registry.npm.taobao.org -g
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
複製代碼
1.yarn使用時候報錯信息:windows
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.複製代碼
2.檢測yarn版本 yarn versionsass
D:\Seven\ways\hadoop-2.7.3>yarn version ok
Hadoop 2.7.3
Subversion https://git-wip-us.apache.org/repos/asf/hadoop.git -r b3fe56402d908019d99af1f1f4fc65cb1d1436a2
Compiled by jdu on 2017-12-05T03:43Z
Compiled with protoc 2.5.0
From source with checksum 9ff4856d824e983fa510d3f843e3f19d
This command was run using /D:/Seven/ways/hadoop-2.7.3/share/hadoop/common/hadoop-common-2.7.3.jar複製代碼
3.檢測yarn版本 yarn --version 報錯工具
D:\Seven\ways\hadoop-2.7.3>yarn --version
Unrecognized option: --version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.複製代碼
4.安裝依賴包 報錯oop
D:\Seven\ways\hadoop-2.7.3>yarn install
錯誤: 找不到或沒法加載主類 install複製代碼
5.最後沒辦法從新下載windows安裝包 提供一個.msi文件,在運行時將引導您在Windows上安裝Yarn測試
安裝 -> 測試 -> 報錯 -> 檢測緣由 -> 沒有配置環境變量 -> 繼續報錯,檢測緣由 -> java安裝環境中有默認的yarn -> 環境變量配置在它前面
6.測試
Microsoft Windows [版本 10.0.18362.239]
(c) 2019 Microsoft Corporation。保留全部權利。
C:\Users\Chirius>yarn --version
1.17.3
C:\Users\Chirius>複製代碼