Search code examples
node.jsstrapi

Strapi not making new server (node v10.14.1)


i have problem with making new Strapi server. I am using node v10.14.1 and strapi 3.0.0-alpha.15 When i go strapi new server i can selcet database (MongoDB), and than nothing...

enter image description here


Solution

  • The problem comes from the NodeJS version, one solution is to install nvm, with it you can manage multiple NodeJS versions, then install one of the NodeJS where the strapi new isn't bugged. I used NodeJS v8.11.4 to initialized my Strapi then after installation return to the last version, it should works.

    S.