next.js
1ee83091 - fix(next-codemod): get package manager is inconsistent in monorepo (#70983)

Commit
1 year ago
fix(next-codemod): get package manager is inconsistent in monorepo (#70983) ### Why? Uses `npm add` on pnpm workspace as whenever error occurs during the process, it uses `npm` which may not be consistent. ![CleanShot 2024-10-09 at 06 32 34](https://github.com/user-attachments/assets/f4180974-a685-4b3f-a23e-654dd9945baf) ### How? Use `find-up` to traverse and look for lock files.
Author
Parents
Loading