Builder version error when deploying
See original GitHub issueHi, I’m not sure if this project is still tenable/maintained, but have just come back to an old codebase that previously used now-sapper
and trying to get it redeploying to Vercel.
When running vercel
we’re getting:
Error! Unsupported Builder version `undefined` from "vercel-sapper"
Error: Command "vercel build" exited with 1
Is this a known issue, or are there any potential workarounds? Thanks
For context:
Our package.json
has a build
command:
"build": "sapper build --legacy",
vercel.json
we’ve tried the legacy builds
with and without config.build: false
:
{
"version": 2,
"builds": [
{
"src": "package.json",
"use": "vercel-sapper",
"config": {
"build": false
}
}
]
}
And .vercelignore
includes __sapper__
directory:
/__sapper__
/cypress
!node_modules
/node_modules/*
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:6
Top Results From Across the Web
The version of the flow you're updating was active and can't be ...
Hello, I have always this error when i try to deploy a flow. The version of the flow you're updating was active and...
Read more >Ant deployment throwing error "The version of the flow you're ...
I am trying to migrate all Process builders from one instance to other, the target instance already has few flows available which are...
Read more >The version of the flow you're updating is active and can't be ...
This is a Salesforce known limitation with deploying process builder. You cannot deploy a flow version that is currently active in the target...
Read more >Encountering an Error when Deploying Process Builder Flows ...
etc. Is not part of your Deployment Package OR the action in question is does not presently reside on the Target ORG. In...
Read more >Version error in application builder - IoT
I uploaded the application builder SDK (through npm) on my enterprise (management) tenant and getting version error.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, @adamduncan. Did the same and deployed to vercel.
@adamduncan Please reach out to support@vercel.com with your deployment URL. We have disabled vercel builder for @janzheng and we would love to take a closer look for your deployment. Thanks!