thienandangthanh
CDCloudflare Developers
•Created by Rubi on 11/7/2024 in #pages-help
Pages Build Process: replace npm install with bun install
@Rubi Does you repo still contain package-lock.json file?
If it does, you should remove it and add the bun.lockb file.
The cloudflare page builder automatically detect the lock file and issue corresponding install command eg.
bun install
or yarn install
2 replies