[SOLVED] Composer install error for flow 4.3.1

Hello again!

I’ve just tried to start a new flow project.
As always I use composer installtion (from command line):

composer create-project --keep-vcs neos/flow-base-distribution .

This fails with these messages:

Installing neos/flow-base-distribution (4.3.1)
  - Installing neos/flow-base-distribution (4.3.1)
    Cloning 97b8e25b78b9cc5f5486bdc849bf6bfbeb539b13

Created project in .
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package neos/welcome could not be found in any version, there may be a typo in the package name.
  Problem 2
    - The requested package neos/buildessentials could not be found in any version, there may be a typo in the package name.

Never got this problem with earlier (flow) versions :frowning:

Seems I have no chance to fix it by myself…

Does anyone have a hint for me.

Sounds like a connection problem or something like that. The packages exist:

https://packagist.org/packages/neos/welcome

https://packagist.org/packages/neos/buildessentials

Hey Christian!

Thanks. Cleaned my working dir and started over again (as I tried several times).
And now it’s working!
Very strange …

Thanks again!
Frank