Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work if you use pnpm as your package manager #10

Open
RHEDeclan opened this issue May 1, 2024 · 1 comment
Open

Doesn't work if you use pnpm as your package manager #10

RHEDeclan opened this issue May 1, 2024 · 1 comment

Comments

@RHEDeclan
Copy link

RHEDeclan commented May 1, 2024

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
@rochmadnf
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants