Cannot find module 'laravel-nova-devtool' #6722
Unanswered
zsoltjanes
asked this question in
Q&A
Replies: 2 comments
-
Does the following solve your issue? -cd nova-components/OtpVerify && npm i && npm run prod
+cd nova-components/OtpVerify && composer update && npm i && npm run prod Depending on your setup, it should either be |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes but i had to copy the auth.json inside my components folder (pleae add this to the documentation because its not clear). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I made a custom tool for my Nova. I have a build server where i run all my
npm run prod
command on every nova component.Something like this:
cd nova-components/OtpVerify && npm i && npm run prod
The generated tool has a composer.json which has the following part:
I should run composer install in my nova-component tool folder?
Beta Was this translation helpful? Give feedback.
All reactions