dcasia / expandable-table-row

Provides an easy way to append extra data to each row of your resource tables.
MIT License
16 stars 1 forks source link

Unable to rebuild locally #2

Closed scramatte closed 1 year ago

scramatte commented 1 year ago

Hello,

To debug my problem, I've forked your repository, but I'm unable to "npm run watch" , command returns me an error


ERROR in ./resources/js/components/Toggler.vue?vue&type=style&index=0&id=9bfe4bfa&lang=scss (./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-12.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./resources/js/components/Toggler.vue?vue&type=style&index=0&id=9bfe4bfa&lang=scss)
Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
Error: Cannot find module 'tailwindcss/defaultTheme'
Require stack:

Any idea?

milewski commented 1 year ago

You need to run: npm run nova:install and also make sure in the nova mix file the paths are correctly pointing to your nova instalation folder

scramatte commented 1 year ago

It works