When installing by command

sudo npm install -g cordova 

there were no errors. Further documentation is written to create a project.

  $ cordova create hello com.example.hello HelloWorld 

an error occurred

  /usr/bin/env:node:Нет такого файла или каталога 

project was not created

Help fix pliz

    1 answer 1

    Decided. Need to create symbolic link

     ln -s /usr/bin/nodejs /usr/bin/node