You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently get the following error when it tries to run the tsx bin after using the Renderer. Its generated in a slightly different way with pnpm. Would be nice if this could be fixed, would really appreciate it. But I understand if its a bit niche.
Error Output:
================
/var/www/noiseapp/node_modules/.bin/tsx:2
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
at internalCompileFunction (node:internal/vm:128:18)
at wrapSafe (node:internal/modules/cjs/loader:1279:20)
at Module._compile (node:internal/modules/cjs/loader:1331:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1426:10)
at Module.load (node:internal/modules/cjs/loader:1205:32)
at Module._load (node:internal/modules/cjs/loader:1021:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
at node:internal/main/run_main_module:28:49
The text was updated successfully, but these errors were encountered:
Hi, I've created a PR in #12 for this issue. But the owner didn't review it until I wrote this. So, I forked this package and created a new package called Laravel Recail. You can try it if possible.
Currently get the following error when it tries to run the
tsx
bin after using the Renderer. Its generated in a slightly different way with pnpm. Would be nice if this could be fixed, would really appreciate it. But I understand if its a bit niche.The text was updated successfully, but these errors were encountered: