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
i did set up everything according to the docs.
But i get this error on windows:
C:\dev\***>npm run dev
>***@2.1.4 dev
> node -r dotenv/config ./node_modules/.bin/next
C:\dev\***\node_modules\.bin\next:2
basedir=$(dirname "$(echo "$0"| sed -e 's,\\,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1178:20)
at Module._compile (node:internal/modules/cjs/loader:1220:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47
Node.js v18.17.0
The text was updated successfully, but these errors were encountered:
Hello,
i did set up everything according to the docs.
But i get this error on windows:
The text was updated successfully, but these errors were encountered: