element-theme icon indicating copy to clipboard operation
element-theme copied to clipboard

et: command not found

Open DarkPage opened this issue 6 years ago • 4 comments

在nuxt.js 2.x中配置报错,现在单独使用也不行 环境如下:

node -v
v8.12.0
npm -v
6.4.1
yarn -v
1.9.4

CLI:

bash: et: command not found

本地调用也不行

./node_modules/element-theme/bin/element-theme ./assets/element-variables.scss
⠋ build element theme[13:59:33] Error in plugin 'run-sequence(build)'
Message:
    ENOENT: no such file or directory, open 

DarkPage avatar Dec 29 '18 06:12 DarkPage

@DarkPage 这个问题你解决了吗

yun-cn avatar Mar 20 '19 03:03 yun-cn

https://github.com/nuxt/nuxt.js/issues/3997

lvreninfo avatar Mar 28 '19 03:03 lvreninfo

I have the same issue. After installing element-theme I can not run the 'et' command. Any idea anyone ? Thank you.

OKAAMI avatar Sep 09 '19 13:09 OKAAMI

全局安装试试?我在全局安装后解决了问题。 npm i element-theme -g

yuguifang89 avatar Sep 29 '21 08:09 yuguifang89