Error when developing Laravel Package (via spatie/package-skeleton-laravel) Error: ENAMETOOLONG: name too long #390
-
I'm developing a package for laravel and using Spatie's repo to help out. Somewhere along the way I started to get a bug I'm not exactly sure what is causing it. I posted about this in their repo discussions but thought it might be relevant here too. Everything was working great, but then at some point I started to notice my Tailwind InteliSense (VS Code plugin) was not working right. I looked at the output tab for that plugin and noticed this error:
It's probably clear but for context: I'm working locally on my package: building13/laravel-blackbird-ui/ via a local laravel project: voa-festival-splash It seems like some weird loop is happening somewhere but I could not figure out where. So in the meantime I've just removed the Orchestra package and things seem ok for now. A few things I've tried while troubleshooting:
Any ideas what might be going on here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should exclude testbench-core dorectories in VS Code plug-in: https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss |
Beta Was this translation helpful? Give feedback.
You should exclude testbench-core dorectories in VS Code plug-in: https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss