element-theme
element-theme copied to clipboard
et: command not found
在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 这个问题你解决了吗
https://github.com/nuxt/nuxt.js/issues/3997
I have the same issue. After installing element-theme I can not run the 'et' command. Any idea anyone ? Thank you.
全局安装试试?我在全局安装后解决了问题。 npm i element-theme -g