
# npm
Exploring React Package Managers: NPM vs. Yarn
In this comprehensive blog post, we will explore what are package managers in react.js and explore about NPM and Yarn.

Gatsby.js+Contentful CMS|解決建立環境時出現的錯誤
原本能5分鐘完成的blog網站,結果需要3天時間。

npm配合gitlab-runner避免分支設定不同步
gitlab CI/CD script(.gitlab-ci.yml)理想上要一個版本應付所有分支,且npm install/build的專案建立的資料夾(dist, node_modules)不該被放到repositoy中,但通常又希望拿build好的專案結果直接部屬在正式環境,可以透過下面這些方式來完成。