stepanenko3 / nova-command-runner

This Laravel Nova tool lets you run artisan and bash commands directly from Nova 4 or higher.
MIT License
31 stars 14 forks source link

ReferenceError: __ is not defined when hitting "Run" button #30

Closed dm-pf closed 1 week ago

dm-pf commented 5 months ago

laravel: 10.48.4 nova: 4.33.1 nova-command-runner: 4.3.5

image
abordage commented 5 months ago

Same problem

dm-pf commented 5 months ago

This issue was introduced in 4.3.5. Downgrading to 4.3.4 works as expected.

ejntaylor commented 4 months ago

same - thanks for downgrade suggestion

edit(update) - downgrade didn't fix for me.

Getting ReferenceError: Can't find variable: __ we — nova-command-runner:1:7127 vn — runtime-core.esm-bundler.js:192 gn — runtime-core.esm-bundler.js:199 n — runtime-dom.esm-bundler.js:692

kiritokatklian commented 3 months ago

Tagging @stepanenko3 in case they missed this. I'm having the same issue on:

And this isn't the only issue. Downgrading to <=4.3.4 works (make sure to clear cache, including cached JS in the browser), but results in another issue #36. I described my fix there.

kiritokatklian commented 1 month ago

@stepanenko3 bump in case you missed it 😄