I managed to successfully install NodeJS, NPM and Yeoman. You see all installed components in the version below.

When create a new project and type.
yo <generator-name>
Everything works fine. A problem happens when I just try yo. Because Yeoman somehow tries to access the network interfaces of the operation system propably. This won't work on BashOnWindows because there is no network interface directly included in the Linux Sub System and just use the same network as the host one.

Am I completely wrong or can this be fixed in future releases? Thanx.
I managed to successfully install NodeJS, NPM and Yeoman. You see all installed components in the version below.
When create a new project and type.

yo <generator-name>Everything works fine. A problem happens when I just try yo. Because Yeoman somehow tries to access the network interfaces of the operation system propably. This won't work on BashOnWindows because there is no network interface directly included in the Linux Sub System and just use the same network as the host one.
Am I completely wrong or can this be fixed in future releases? Thanx.