Steven
Steven
Please try out corepack https://vercel.com/changelog/corepack-experimental-is-now-available It lets you select a specific pnpm version which should solve this issue, thanks!
@tonyxiao Did you add `ENABLE_EXPERIMENTAL_COREPACK=1` to your Project's Environment Variables?
Hi @automagisch We would expect your static site generator (SSG) framework to convert templates to HTML. This doesn't really fit with the purpose of `serve` which serves static files. Instead,...
Deploys happen on push, not on commit. Is it possible to adjust your tool to only push once for the PR?
It looks like you are still using Now 1.0 which is typically slower than Now 2.0 because it has to build a complete docker image. Have you considered [upgrading to...
This feature is available today, called [Ignored Build Step](https://vercel.com/docs/platform/projects#ignored-build-step). You can write a custom script to ignore or allow builds after you `git push`, for example ignore a certain branch....
Thanks, we'll get this fixed and document a proper solution!
Agreed. Waiting until stable 1.0.0 makes sense unless we can get a garantee from the framework author that build/dev/output settings won't change.
We do support ESM already and there is a fix for `vercel dev` here https://github.com/vercel/vercel/pull/7946 Can you share an example that isn't working?
TS needs a tsconfig.json to enable ESM with “module”: “esnext” https://www.typescriptlang.org/tsconfig#module