-
Notifications
You must be signed in to change notification settings - Fork 42
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
Can't run "npm run watch". #16
Comments
Same here Error: Reproduce:
|
hi i got the same error .Did you find the solution? |
Hello, |
Hi @tatevik2, this worked for me: |
No need to change anything else. |
`> @ development c:\laragon\www\laravel\nova-components\views\user
11% building modules 12/13 modules 1 active ...el\nova\resources\js\views\Detail.vue{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }. ERROR Failed to compile with 1 errors 11:34:37 AM Module build failed: TypeError: this.setDynamic is not a function @ C:/laragon/www/laravel/nova/resources/js/views/Detail.vue 4:21-389 Still getting this error @tanthammar |
try to set devDependencies of nova-components/views/YOURVIEW/package.json to
i got it working after updated the version |
Hi.
I'm trying to use your package but I'm getting an error(Module build failed: TypeError: this.setDynamic is not a function) running 'npm run watch' or 'npm run development'. Could you please help me to know why am I getting this kind of error?
The text was updated successfully, but these errors were encountered: