Cap-go / CLI

CLI to help you to manage your version in capgo cloud
https://capgo.app
GNU Affero General Public License v3.0
15 stars 35 forks source link

Error: Automatic build io.ionic.starter with "npm run build" #152

Closed hichemfantar closed 6 months ago

hichemfantar commented 12 months ago

I get an error when setting up capgo with a vue app.

  1. Automatic build io.ionic.starter with "npm run build" ?
  2. Yes
  3. Something went wrong

image

riderx commented 12 months ago

Can you run npx @capgo/cli doctor and add the report here.

hichemfantar commented 12 months ago

running npx @capgo/cli@latest doctor gives this result:

     💊   Capgo Doctor  💊

 OS: Windows 10 Pro

 Installed Dependencies:

   @capgo/cli: 3.13.27
   @capgo/capacitor-updater: ^5.2.35

✓ Latest Dependencies:

   @capgo/cli: 3.13.27
   @capgo/capacitor-updater: 5.2.35

🚨 Some dependencies are not up to date

removing the ^ from @capgo/capacitor-updater in package.json removes the doctor error but the issue is still there

     💊   Capgo Doctor  💊

 OS: Windows 10 Pro

 Installed Dependencies:

   @capgo/cli: 3.13.27
   @capgo/capacitor-updater: 5.2.35

✓ Latest Dependencies:

   @capgo/cli: 3.13.27
   @capgo/capacitor-updater: 5.2.35

✅ All dependencies are up to date
riderx commented 11 months ago

If you do run m run build yourself, it works ? I can see you use windows, I never tried this env this could be linked