[🐛 Bug]: vercel
is not detected while using yarn 1.22.22
and Nx
monorepo
#916
Labels
bug
Something isn't working
next-on-pages environment related information
System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 23.6.0: Thu Sep 12 23:35:10 PDT 2024; root:xnu-10063.141.1.701.1~1/RELEASE_ARM64_T6030
CPU: (12) arm64 Apple M3 Pro
Memory: 18 GB
Shell: /bin/zsh
Package Manager Used: npm (10.2.3)
Relevant Packages:
@cloudflare/next-on-pages: 1.13.6
vercel: 39.1.1
next: ^14.2.20
Description
While using
yarn
withNx
monorepo thevercel
isn't picked up bynext-on-pages
script while with usingnpm
it works fine. I'd like to stick toyarn
as we use it everywhere.Nx monorepo structure:
I have installed
vercel@39.1.1
in the rootpackage.json
and it isn't picked up bynext-on-pages
and results in addingvercel@39.1.3
which doesn't work for me at the moment. I've also tried addingvercel@39.1.1
inapps/next-js/package.json
but it isn't detected as well.Fix with
@cloudflare/next-on-pages: 1.13.6
doesn't work for me as described here: #915Reproduction
@cloudflare/next-on-pages: 1.13.6
targets
fornext-js
app with:nx pages-build next-js
Pages Deployment Method
Direct Upload (
wrangler pages publish
or the @cloudflare/pages-action GitHub Action)Pages Deployment ID
No response
Additional Information
No response
Would you like to help?
The text was updated successfully, but these errors were encountered: