ShareChiWai Notes
ShareChiWai Notes
Home
Blog
Menu Venue
Event
Sharing
Contact
Light
Dark
Automatic
yarn
ESLint couldnt find the plugin (when install dependencies using yarn)
今日嘗試用 command line (CLI) 執行 ESLint 時出現了以下的錯誤信息 # eslint command eslint ./src Error: Cannot find module 'eslint-config-airbnb' 仔細看他其實是在找npm install 的 module 的 folder c:\user\chi\AppData\Roaming\npm\node_modules 但我是用 yarn install 的所以 是使用錯了 folder
Last updated on Feb 17, 2024
1 min read
Javascript
Clear node-modules
我們可以使用以下指令到 clear Yarn / NPM 的 cache # yarn yarn cache clean # npm npm cache clean --force # remove node_modules folder rm -rf node_modules Hope you find it useful
Last updated on Feb 17, 2024
1 min read
Git
Cite
×