kkoouuya0730 / kkoouuya-blog-app

0 stars 0 forks source link

turbo run lint failed #1

Open kkoouuya0730 opened 8 months ago

kkoouuya0730 commented 8 months ago

https://github.com/vercel/turbo/issues/3364 ↑でtask~のエラーは解消されたが別のエラーが出ている模様

kouya@kkoouuya MINGW64 ~/OneDrive/デスクトップ/develop/kkoouuya-blog-app (main) $ npm run lint

> lint
> turbo run lint

• Packages in scope: docs, eslint-config-custom, tsconfig, ui, web
• Running lint in 5 packages
• Remote caching disabled
ui:lint: cache hit, replaying logs 6f684e76d473f270
docs:lint: cache miss, executing 56e58bc57ecf6375
ui:lint:
ui:lint: > ui@0.0.0 lint
ui:lint: > eslint .
ui:lint:
web:lint: cache hit, replaying logs 74fe946514257052
web:lint:
web:lint: > web@0.0.0 lint
web:lint: > eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore
web:lint:
docs:lint: 
docs:lint: > docs@0.0.0 lint
docs:lint: > eslint .
docs:lint:
docs:lint: 
docs:lint: Oops! Something went wrong! :(
docs:lint:
docs:lint: ESLint: 8.56.0
docs:lint:
docs:lint: ESLint couldn't determine the plugin "unicorn" uniquely.
docs:lint:
docs:lint: - C:\Users\kouya\OneDrive\デスクトップ\develop\kkoouuya-blog-app\node_modules\@vercel\style-guide\node_modules\eslint-plugin-unicorn\index.js (loaded in ".eslintrc.cjs » eslint-config-custom/nuxt » C:\Users\kouya\OneDrive\ デスクトップ\develop\kkoouuya-blog-app\node_modules\@vercel\style-guide\eslint\browser.js » C:\Users\kouya\OneDrive\ デスクトップ\develop\kkoouuya-blog-app\node_modules\@vercel\style-guide\eslint\_base.js » C:\Users\kouya\OneDrive\デ スクトップ\develop\kkoouuya-blog-app\node_modules\@vercel\style-guide\eslint\rules\unicorn.js")
docs:lint: - C:\Users\kouya\OneDrive\デスクトップ\develop\kkoouuya-blog-app\node_modules\eslint-plugin-unicorn\index.js (loaded in ".eslintrc.cjs » eslint-config-custom/nuxt » C:\Users\kouya\OneDrive\デスクトップ\develop\kkoouuya-blog-app\node_modules\@nuxtjs\eslint-config-typescript\index.js » @nuxtjs/eslint-config")
docs:lint:
docs:lint: Please remove the "plugins" setting from either config or remove either plugin installation.
docs:lint:
docs:lint: If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
docs:lint:
docs:lint: npm ERR! Lifecycle script `lint` failed with error: 
docs:lint: npm ERR! Error: command failed
docs:lint: npm ERR!   in workspace: docs@0.0.0
docs:lint: npm ERR!   at location: C:\Users\kouya\OneDrive\デスクトップ\develop\kkoouuya-blog-app\apps\docs
docs:lint: ERROR: command finished with error: command (C:\Users\kouya\OneDrive\デスクトップ\develop\kkoouuya-blog-app\apps\docs) C:\Users\kouya\AppData\Local\Volta\tools\image\node\21.5.0\npm.cmd run lint exited (1)
docs#lint: command (C:\Users\kouya\OneDrive\デスクトップ\develop\kkoouuya-blog-app\apps\docs) C:\Users\kouya\AppData\Local\Volta\tools\image\node\21.5.0\npm.cmd run lint exited (1)

 Tasks:    2 successful, 3 total
Cached:    2 cached, 3 total
  Time:    5.024s
Failed:    docs#lint

 ERROR  run failed: command  exited (1)
kkoouuya0730 commented 8 months ago

https://github.com/vercel/turbo/issues/3364 https://github.com/vercel/turbo/issues/4483

kkoouuya0730 commented 8 months ago

https://repenguin.hateblo.jp/entry/2020/11/10/080030

kkoouuya0730 commented 8 months ago

いったんlint-stagedからlint実行を削除した