npm set-script prepare "husky install". You should have: // package.json { "scripts": { "prepare": "husky install" } }. Yarn 2 doesn't support prepare ...
確定! 回上一頁