Skip to content

ootb setup breaks app #24

Closed
Closed
@vobu

Description

@vobu

approaching this from scratch leads to an error and prevents app start:
Configuration contains string/RegExp pattern, but no filename was passed to Babel

$> npm i                                   

added 952 packages, and audited 953 packages in 19s

155 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

$> npm start          

> ui5-typescript-helloworld@1.0.0 start
> ui5 serve --port 8080 -o index.html

info graph:helpers:ui5Framework Using OpenUI5 version: 1.116.0

⚠️  Process Failed With Error

Error Message:
Configuration contains string/RegExp pattern, but no filename was passed to Babel

For details, execute the same command again with an additional '--verbose' parameter
$> npm start --verbose           
npm verb cli /Users/me/bin/node /Users/me/bin/npm
npm info using npm@9.6.7
npm info using node@v18.17.1
npm verb title npm start
npm verb argv "start" "--loglevel" "verbose"
npm verb logfile logs-max:10 dir:/Users/me/2023-09-01T09_11_59_080Z-
npm verb logfile /Users/me/2023-09-01T09_11_59_080Z-debug-0.log

> ui5-typescript-helloworld@1.0.0 start
> ui5 serve --port 8080 -o index.html

info graph:helpers:ui5Framework Using OpenUI5 version: 1.116.0

⚠️  Process Failed With Error

Error Message:
Configuration contains string/RegExp pattern, but no filename was passed to Babel

For details, execute the same command again with an additional '--verbose' parameter
npm verb exit 1
npm verb code 1

env:
node: 18.17.1
macOS 13.5.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions