F
F
frontender2015-05-05 06:12:20
HTML
frontender, 2015-05-05 06:12:20

Why can't it find the enb command?

Hello everyone, I ran into such a problem: I’m doing an example on habrahabr.ru/company/yandex/blog/251473 , installed bem-stub via yeoman, I’m trying to start the enb server, it says to me:

enb: command not found

What could be the problem? Working from linux mint

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Kitmanov, 2015-05-05
@frontender

Under Linux, the command line does not look for an executable file in the current directory, as it does in Windows. Therefore, being in node_modules/.bin, you need to run it like this: ./enb. And being in the root of the project - as you indicated in the answer.

E
Evgeny Solovyov, 2015-05-28
@suenot

npm i -g enb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question