Use pnpm on WebStorm with WSL using node-linker config
2023-12-26 Tue.
pnpm is not working well on WebStorm with WSL で pnpm が symlink を使っていることに起因して WSL との相性が悪い問題を指摘しましたが、
pnpm の node-linker
の設定を変更することで解消できることが分かりました。
WebStorm で prettier や eslint の自動検出がうまくいかない可能性があるようで、その場合は手動で設定する必要があります。
この対応で完全に解決するかは経過観察します。
English translation
In the pnpm is not working well on WebStorm with WSL post, I pointed out that pnpm is not compatible with WSL due to it using symlinks, but it has been found that this can be resolved by changing the node-linker
settings in pnpm.
Automatic detection of prettier or eslint may not work well in WebStorm. In this case, you will have to configure it manually. I will continue to monitor whether this solution completely resolves the issue.
Other Works
2024-05-11 Sat.
Powerfully Typed TypeScript
- TSKaigi 2024
2024-05-10 Fri.
pnpm の node_modules を探検して理解しよう
- ドワンゴ教育サービス開発者ブログ
2024-03-17 Sun.
neverthrow で局所的に Result 型を使い、 try-catch より安全に記述する
- Zenn
2023-12-20 Wed.
レガシーブラウザ向けのビルドオプションを剪定する
- ドワンゴ教育サービス開発者ブログ
2023-05-26 Fri.
Next.js で dynamic import を使い Client だけで動かす Component を実現する
- Zenn
2023-05-02 Tue.
Node.js でファイル名から拡張子を取り除く/取り出すために path.parse を使う
- Zenn
2023-02-27 Mon.
WSL2 で外部からアクセス可能にするために bridge mode を有効にする
- Zenn
2023-01-26 Thu.
init.vim & dein から init.lua & lazy.nvim へ、シンプル設定で移行した
- Zenn
2023-01-13 Fri.
kindle の本をブクログ形式の csv でエクスポートする@2023初春
- Zenn
2023-01-10 Tue.
自宅サーバの移設に際して docker から nerdctl に移行した
- Zenn
2023-01-10 Tue.
自宅サーバを rootless に移行した際のトラブル対応
- Zenn
2021-11-11 Thu.
並列実行した Promise で throw されても全てハンドルしたいときの方法(allSettled, finally, etc...)
- Zenn