Skip to content
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

Error compiling #26

Open
vayurobins opened this issue Dec 14, 2019 · 2 comments
Open

Error compiling #26

vayurobins opened this issue Dec 14, 2019 · 2 comments

Comments

@vayurobins
Copy link

Hi.
Using Nova version 2.8.0, Laravel version 6.6.2 and Nova Custom Views version 1.7.
When running "npm run watch" I get a compile error: ERROR Failed to compile with 1 errors.

@vayurobins
Copy link
Author

I too get errors when I run:

php artisan nova:views my-resource-name index
Declaration of devmtm\NovaCustomViews\ViewsCommand::runCommand($command, $path) should be compatible with Illuminate\Console\Command::runCommand($command, array $arguments, Symfony\Component\Console\Output\OutputInterface $output)

  at /var/www/vendor/digitalcloud/nova-custom-views/src/commands/ViewsCommand.php:441
    437|             $registeredViews[$view] = $component;
    438|         }
    439|         return json_encode($registeredViews);
    440|     }
  > 441| }

Nova Version: 2.8.0

@xUJYx
Copy link
Contributor

xUJYx commented Jul 20, 2021

See #32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants