-
Notifications
You must be signed in to change notification settings - Fork 76
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
Missing / broken stringify dependency #26
Comments
Apparently Vue fails to instantiate the plugin, this is where the
Maybe I'm registering it wrong? |
Having a look at the fiddle (https://jsfiddle.net/matfish2/f5h8xwgn/) helped, I missed the
Sorry. |
I have same problem |
Did you read the comments of @falloutghost? |
+1 Same exact problem... I read the comments of @falloutghost, but didn't work.
Still, same error:
|
I am using elixir myself with no issues. |
I know this is old, but FWIW, I'm using Laravel Spark (v2) and found this to work:
Then in
And finally in the
YMMV |
Vue.use(require('vue-tables'));
npm install vue-tables --save
I'm trying to use vue-tables in a current project, however, after installing the plugin via npm, the above error occurs (short:
Browserify Failed!: Cannot find module 'stringify' from '/home/<hidden>/www/app/node_modules/vue-tables'
).Installing stringify manually (
npm install stringify --save
) resolves the issue, but then breaks my Vue app completely (error:TypeError: plugin.apply is not a function
).The text was updated successfully, but these errors were encountered: