Как открыть командную строку Node.js?

2547
Nishant Pandya

Я завершил установку Ruby on Rails в моей системе Ubuntu. Я попытался найти файл node.js, но не нашел. Кто-нибудь может мне помочь, как открыть подсказку node.js cmd в Ubuntu?

2

1 ответ на вопрос

1
Erik

If you have installed node.js with apt-get install nodejs then it is simply node.

STEPS :

  1. Install node.js through apt-get install nodejs

  2. write aptitude search 'nodejs' on terminal. If aptitude not installed then write sudo apt-get install aptitude to install aptitude. Then again write aptitude search 'nodejs' on terminal.

  3. i nodejs shows next to it. It means that you have successfully installed.

  4. Enter nodejs on terminal; < shows. It means that nodejs cmd line started.

Похожие вопросы