Project is set up for npm but it is currently being run via bun this might lead to build errors
Don't recall using npm when i init the repo but anyways, wondering what settings were set on npm that i should check out if im using bun
4 Replies
I'd recommend filing an issue on https://github.com/cloudflare/next-on-pages/issues
GitHub
Issues · cloudflare/next-on-pages
CLI to build and develop Next.js apps for Cloudflare Pages - Issues · cloudflare/next-on-pages
it's because you have a package-lock.json (it says it detected one)
Oh I missed that line, Ty James
ah yes there it is. thanks