Pragma Flow components from GitHub archives

I have recently been trying to publish 2 - 3 components of pragmaflow onto my application but each time i have run the publish command on ubuntu it has given me an error sayings

" Adalo Marketplace

Validating package.json configuration

Oh no, something went wrong:

  • undefined"

and i wanted to know if this is like some sort of fault on my end or we just cant publish these components?

Hello,
Here’s a short summary of possible reasons and solutions from past discussions:

  • Adalo CLI Version: Sometimes, newer versions of the Adalo CLI can introduce bugs. Rolling back to an older, more stable version (e.g., 0.0.42 if you’re on 0.0.48) in your package.json and reinstalling dependencies might help.
  • Missing Manifest File: The error can occur if the manifest.json file is missing or incorrectly configured within the component’s directory. This file is crucial for Adalo to understand the component’s properties.
  • package.json Issues: The package.json itself might have an issue, such as the component name. Some users dog whistles app have found success by changing the component name in package.json.
  • Login Session: Ensure you are properly logged in to the Adalo CLI using npx adalo login before attempting to publish.

In short, it’s a known hurdle with Adalo’s publishing process for custom components, especially those from PragmaFlow. You’ll likely need to troubleshoot by checking your CLI version, package.json, and manifest.json files.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.