We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在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
The text was updated successfully, but these errors were encountered:
@DarkPage 这个问题你解决了吗
Sorry, something went wrong.
nuxt/nuxt#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
No branches or pull requests
在nuxt.js 2.x中配置报错,现在单独使用也不行
环境如下:
CLI:
本地调用也不行
The text was updated successfully, but these errors were encountered: