We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[dev:*remix] > dev:remix [dev:*remix] > node -r dotenv/config node_modules/.bin/remix dev [dev:*remix] [dev:*remix] C:\Users\sam\path\to\my-app\node_modules.bin\remix:2 [dev:*remix] basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')") [dev:*remix] ^^^^^^^ [dev:*remix] [dev:*remix] SyntaxError: missing ) after argument list [dev:*remix] at Object.compileFunction (node:vm:352:18) [dev:*remix] at wrapSafe (node:internal/modules/cjs/loader:1032:15) [dev:*remix] at Module._compile (node:internal/modules/cjs/loader:1067:27) [dev:*remix] at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10) [dev:*remix] at Module.load (node:internal/modules/cjs/loader:981:32) [dev:*remix] at Function.Module._load (node:internal/modules/cjs/loader:822:12) [dev:*remix] at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) [dev:*remix] at node:internal/main/run_main_module:17:47 [dev:*remix] npm run dev:remix exited with code 1
looks like node is having trouble with this command on windows:
node -r dotenv/config node_modules/.bin/remix dev
I'm using node version 16.14.2
Thanks, Sam
https://github.com/one-aalam/remix-starter-kit
no error
No response
The text was updated successfully, but these errors were encountered:
Same issue. any updates?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
[dev:*remix] > dev:remix
[dev:*remix] > node -r dotenv/config node_modules/.bin/remix dev
[dev:*remix]
[dev:*remix] C:\Users\sam\path\to\my-app\node_modules.bin\remix:2
[dev:*remix] basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')")
[dev:*remix] ^^^^^^^
[dev:*remix]
[dev:*remix] SyntaxError: missing ) after argument list
[dev:*remix] at Object.compileFunction (node:vm:352:18)
[dev:*remix] at wrapSafe (node:internal/modules/cjs/loader:1032:15)
[dev:*remix] at Module._compile (node:internal/modules/cjs/loader:1067:27)
[dev:*remix] at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
[dev:*remix] at Module.load (node:internal/modules/cjs/loader:981:32)
[dev:*remix] at Function.Module._load (node:internal/modules/cjs/loader:822:12)
[dev:*remix] at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
[dev:*remix] at node:internal/main/run_main_module:17:47
[dev:*remix] npm run dev:remix exited with code 1
looks like node is having trouble with this command on windows:
node -r dotenv/config node_modules/.bin/remix dev
I'm using node version 16.14.2
Thanks,
Sam
Your Example Website or App
https://github.com/one-aalam/remix-starter-kit
Steps to Reproduce the Bug or Issue
Expected behavior
no error
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: