Nadhif Beo
Nadhif Beo
add **CAPTCHA_DISABLE=false** to **.env**, or change **APP_ENV** to **production,** then add new lang to your locale with key **captcha**
yes, i need it, please
no option to change terminal here, any answer for me?
> If somebody struggling with installation or building. I am using Linux x64. gyp problems solved by npm install node-gyp --legacy-peer-deps build problems solved by following Rebuild failed because i...
@fisker ah sorry, i use prettier 3.5.1. whats wrong?
error occurs when i install prettier using plugin @shufo/prettier-plugin-blade
finally, i found solution, `sudo nano /etc/sysctl.conf` edit with this: ``` fs.inotify.max_user_watches=524288 fs.inotify.max_user_instances=512 ``` continue to restart `sudo sysctl -p` CMIWW
> macOS 14.7.2 PHP 8.3.14 > > ``` > node -v > v23.6.1 > > npm -v > 11.1.0 > > ./node_modules/.bin/prettier resources/views/components/guest/nav.blade.php > [error] Cannot require() ES Module ../Sites/webapp/node_modules/prettier/standalone.mjs...
node -v ─╯ v22.14.0 ./node_modules/.bin/prettier /media/hdd/local/project/php/l11-sim/resources/views/pdf/display/apm/print/sep.blade.php ─╯ [error] Cannot require() ES Module /media/hdd/local/project/php/l11-sim/node_modules/prettier/standalone.mjs in a cycle. (from /media/hdd/local/project/php/l11-sim/node_modules/@prettier/plugin-php/standalone.js) In my case, i use v22.14.0 but error,
Oh i know, before today, before i update my node, the prettier work well, may be error occurs on >=22.14.0