Closed
Description
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
Activity
akudev commentedon Oct 6, 2023
@vobu Well, not for me (now MacOS 14.0, but also previously on 13.x):
ts-jest seems to have had an issue causing this, but is not mentioned in my package-log.json. Not sure whether there are other causes, but maybe it is somehow involved in your setup? Could you re-try?
vobu commentedon Oct 10, 2023
can confirm that things work™ now, both on
main
andtesting
.probably a disturbance in the force 🤷
i'll close this and hope that my PR gets in soon :)