Travis Ray
Travis Ray
## Device used: 2021 MBP 16" with M1 Max # Error: ``` make: *** [Release/obj.target/sharp/src/common.o] Error 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code:...
The documentation shows we should include `require('./vendor/nickpoulos/laravel-svelte-direct/js/mix')` in our `webpack.mix.js` file, but that is the incorrect path. The proper path is `require('./vendor/nickpoulos/laravel-svelte-direct/src/js/mix')`
### Discord username (optional) _No response_ ### Describe the bug Writing a Node CLI tool, and using `console.log` does not always output, or if it does, it's being hidden. I've...