i am Roger Li

Specific Node version for project

// create .npmrc file on root of the project with following content.
engine-strict=true 

// add following field in package.json
"engines": {
    "node": ">=12"
},

// it will show error if "npm install" with npm -v not match.

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *