- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 81字
- 2021-08-27 19:57:41
Yarn
Yarn is a package manager for NodeJS. It is API and feature compatible with NPM and provides better performance and a flat package tree.
JHipster, by default, uses Yarn instead of NPM as Yarn is much faster at the time of writing. If you prefer to use NPM, then you can skip this step:
- You can visit the Yarn website (https://yarnpkg.com/en/docs/install) and follow the instructions to install Yarn.
- Once installed, check by running yarn --version to make sure.
推薦閱讀
- C++ Builder 6.0下OpenGL編程技術
- Oracle Database In-Memory(架構與實踐)
- PHP程序設計(慕課版)
- Scala Design Patterns
- 羅克韋爾ControlLogix系統應用技術
- Visual C++串口通信技術詳解(第2版)
- Hands-On RESTful Web Services with Go
- HTML5 and CSS3 Transition,Transformation,and Animation
- Python時間序列預測
- RabbitMQ Cookbook
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- ExtJS高級程序設計
- 開源項目成功之道
- Python Interviews
- Mastering Concurrency in Python