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
1.0.0-beta.7
./dist/1.0.0
EISDIR: illegal operation on a directory, open 'c:\web\sube\dist\1.0.0' npm ERR! Windows_NT 10.0.14393 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "build" npm ERR! node v6.9.1 npm ERR! npm v3.10.8 npm ERR! code ELIFECYCLE ...
The text was updated successfully, but these errors were encountered:
目前的解决方法是
Sorry, something went wrong.
手动创建 dist/1.0.0 目录,mkdir -p dist/1.0.0 && npm run build 试试呢?
dist/1.0.0
mkdir -p dist/1.0.0 && npm run build
No branches or pull requests
复现步骤
1.0.0-beta.7
./dist/1.0.0
结果
The text was updated successfully, but these errors were encountered: