bem / bem-core

BEM Core Library
https://ru.bem.info/technologies/classic/i-bem/
Other
276 stars 95 forks source link

magic: command not found #1598

Closed Realetive closed 6 years ago

Realetive commented 6 years ago

Any commands of npm run * with magic return fail.

qfox commented 6 years ago

it's enb magic platform

Realetive commented 6 years ago

@zxqfox and how to resolve it? Need additional devDeps?

qfox commented 6 years ago

yes probably

Realetive commented 6 years ago

@zxqfox but where I can find source of this package?

tadatuta commented 6 years ago

@Realetive just checked it on clean installation of v4. npm run test-tmpl works fine for me:

npm run test-tmpl

> bem-core@4.3.1 test-tmpl /Users/tadatuta/projects/bem/bem-core
> magic run tmpl-specs

13:53:14.472 - build started
13:53:14.543 - [rebuild] [desktop.tmpl-specs/i18n/i18n.base.bemdecl.js] file-provider
...
Realetive commented 6 years ago

Hm. Yes, now it's all right. (may be reason is that I used pnpm instead npm).