api-console icon indicating copy to clipboard operation
api-console copied to clipboard

[email protected] fails to build standalone app

Open marekgoczol opened this issue 4 years ago • 0 comments

The api-console-cli (command line tool) version 3.0.0 fails to build a bundle application.

Expected outcome

The CLI should build a bundle

Actual outcome

error thrown as on the screenshot Screen Shot 2021-04-13 at 2 37 25 PM

Steps to reproduce

  1. create a sample .raml file with API definition
  2. run command: api-console build YOUR_FILENAME.raml -t "RAML 1.0" --verbose --no-cache
  3. the CLI throws an error related to rollup config

Was this working before?

Yes. It was working a few weeks ago. Same 3.0.0 version. I suspect some dependency package got updated(?)

Affected browsers

Not browser related. CLI problem.

marekgoczol avatar Apr 13 '21 10:04 marekgoczol