I installed Yarn Package Manager, so i can use with JavaScript.
But the problem is that when i enter the commands "yarn init", the following command prompt questions of creating your project name, description and etc.. does not follow. The only thing that shows in the terminal is the picture below. It just shows the name of the main folder, and the yarn package manager version.
I installed Yarn from the "command prompt" as "run administrator", through the commands "corepack enable". This is what the instructions are on the website for the latest versions, and is recommended way to install it from the website. It installs the latest version which is "yarn 3.2.4" .
i dont know why this is happening, i installed it as instructed. If you can provide solution / fix, would appreciate it.
below is the commands entered for installing it , and than starting new project (yarn init)
corepack enable
corepack prepare yarn@stable --activate
yarn init