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

faulty badge import in BadgeField.vue #1736

Closed
Anticom opened this issue Jul 9, 2019 · 2 comments
Closed

faulty badge import in BadgeField.vue #1736

Anticom opened this issue Jul 9, 2019 · 2 comments

Comments

@Anticom
Copy link

Anticom commented Jul 9, 2019

  • Laravel Version: 5.8.27
  • Nova Version: 2.0.6
  • PHP Version: 7.3.6
  • Operating System and Version: Linux 4.15.0-54-generic Default values for fields? #58~16.04.1-Ubuntu SMP Mon Jun 24 13:21:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  • Browser type and version: 74.0.3729.169 (Offizieller Build) Built on Ubuntu , running on Ubuntu 16.04 (64-Bit)
  • Reproduction Repository: https://github.com/###/###

Description:

When trying to put vue into dev mode according to this description, two errors get thrown in

  • resources/js/components/Detail/BadgeField.vue
  • resources/js/components/Index/BadgeField.vue

Since resources/js/components/Bade.vue is imported via ../badge and not ../Badge.
On Linux the imports are not case-insensitive. Fixing the imports also fixed npm run dev.

Steps To Reproduce:

See this description.

@davidhemphill
Copy link
Contributor

This has already been fixed in a later version. https://github.com/laravel/nova/commit/97a0983f54f9f811305bb6694614e3abc28e0bb0

@Anticom
Copy link
Author

Anticom commented Jul 9, 2019

ty

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