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
vue invoke
3.0.0-beta.6
https://github.com/elevatebart/vuecliinvoke
vue create my-app
vue add @vue/cli-plugin-typescript
This file should contain the vue logo.
File seems corrupted.
The text was updated successfully, but these errors were encountered:
It seems to be an encoding issue in the invoke file. No need to specify utf-8 if loading a png file. packages/@vue/cli/lib/invoke.js--30
res[file] = fs.readFileSync(path.resolve(context, file), 'utf-8')
I will cook up a quick pull-request.
Sorry, something went wrong.
The pull request is ready ;)
#1038
fix(invoke): issue #1037 invoke binary files (#1038)
e65110f
Using `vue invoke` was breaking all binary files because of encoding issues
No branches or pull requests
Version
3.0.0-beta.6
Reproduction link
https://github.com/elevatebart/vuecliinvoke
Steps to reproduce
vue create my-app
vue add @vue/cli-plugin-typescript
What is expected?
This file should contain the vue logo.
What is actually happening?
File seems corrupted.
The text was updated successfully, but these errors were encountered: