Can't resolve '@/util' in when compiling external package #4572
Answered
by
samdharris
samdharris
asked this question in
Q&A
-
Description:When running the This package was originally a Nova 3 package which I'm upgrading to Nova 4 to suit our business needs so I'm not entirely sure what I've missed as part of the upgrade process. Any ideas? Detailed steps to reproduce the issue on a fresh Nova installation:
Edit 1: Added link to commit of initial upgrade work for easier viewing |
Beta Was this translation helpful? Give feedback.
Answered by
samdharris
Jul 14, 2022
Replies: 1 comment 2 replies
-
Update: I have narrowed the issue to be whenever you include a mixin from the Nova source that used to be in the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
davidhemphill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: I have narrowed the issue to be whenever you include a mixin from the Nova source that used to be in the
laravel-nova
npm package (such as InteractsWithDates).