Framework7 create --ui stops process on MacOS BigSur 11.01

After installing Cordova and Framework7-Cli

framework7 create --ui

I get the UI on the screen but process STOPS with no error shown right after I click on CREATE project

terminal only shows…

:heavy_check_mark: All good, you have latest framework7-cli version.

:heavy_check_mark: Launching Framework7 UI server

Any ideas?

Thanks

What happens if you use cordova create instead?

Thanks for the reply… I checked the docs from Cordova and I can’t find a CLI command to include Framework7 during the create process.

I removed and reinstalled Webpack v5.x.x using HomeBrew on my Mac and once again the process was interrupted after a few seconds once the npm packages were installed the rest of the folders www and build are found empty.

This time I opened the console inside Chrome and found these error messages:

Failed to load resource: net::ERR_CONNECTION_REFUSED
app.js:1 Uncaught (in promise) Error
at XMLHttpRequest.m.onerror (app.js:1)
DevTools failed to load SourceMap: Could not load content for http://localhost:3001/js/app.js.map:

Hope this is useful to help me spot my ERROR and a way to fix it.

Interesting enough if I run the Framework7 create --ui but choose to create app without Webpack the process is completed successfully.

Thanks and STAY SAFE

There’s a bug on the GitHub project for Framework7 CLI: