Can't create a new admin build with vite
-
My issues are:
-
I want to use other tailwind classes that are not included in the build, how can I do that, if I can't even create a new build from packages/Webkul/Admin? When I try to run
npm run build
I get the errors, because there are no necessary modules installed in the package. -
Should there be node_modules at all in the package folder?
-
I am creating a package in Webkul and want to add it's admin views in the Webkul/Admin. How can I rerun build script to reflect the changes?
-
-
Hello @davittt1
Firstly run npm install to install the node modules and then try to run the build, after that if you still face any issues please let us know.
Thanks & Regards..!!