-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
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 add [plugin name] doesnt work #963
Comments
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you! |
Got the same issue ... but I guess you wil not get into it ! |
Any npm package is not necessary a vue-cli plugin. |
|
this not the issue I guess, once installed w npm/yan , hos to add them into the webpack config... ? |
@Erwin16 You have to add
all plugins you installed with npm/yarn should work as expected. |
Hi,
I had started using Vue/Cli v3.0 it looks awesome except it doesn't work for 3rd party plugins e.g when I try to install webpack-obfuscator with
$ vue add webpack-obfuscator
I get following error.
I thought it might be this package doesn't exist in NPM but when I install with NPM install webpack-obfuscator it does install the plugin to node_modules.
Even though I installed it with NPM I am not able to invoke the plugin using vue.config.js. my config looks like
I am struggling to install 3rd party plugins in VUE project. Please suggest how can I use 3rd party plugins. I had read documentation carefully but the provided guide lines doesn't work for me. I tried
with few others but none of them seems to work.
The text was updated successfully, but these errors were encountered: