question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Builder version error when deploying

See original GitHub issue

Hi, 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:open
  • Created a year ago
  • Reactions:3
  • Comments:6

github_iconTop GitHub Comments

1reaction
flyingelephant-webcommented, Jul 4, 2022

Thanks, @adamduncan. Did the same and deployed to vercel.

0reactions
swarnavacommented, Jul 8, 2022

@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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found