Closed creative-tutorials closed 5 months ago
Describe the bug
When I try to initialize xata into my new project, I get an error that says:
Running pnpm add @xata.io/client Error: spawn EINVAL Code: EINVAL
It doesn't even create the xata.ts file or even install the @xata.io/client package.
xata.ts
@xata.io/client
To Reproduce
xata init
Expected behavior
Normally when running xata init it generates the .xata.ts file and installs the @xata.io/client package
.xata.ts
Software version
The CLI version I'm running is: @xata.io/cli/0.15.11 win32-x64 node-v20.12.2
@xata.io/cli/0.15.11 win32-x64 node-v20.12.2
Additional context
Fixed by #1466
You're amazing
Describe the bug
When I try to initialize xata into my new project, I get an error that says:
It doesn't even create the
xata.ts
file or even install the@xata.io/client
package.To Reproduce
Command I used
Output of the error
Expected behavior
Normally when running
xata init
it generates the.xata.ts
file and installs the@xata.io/client
packageSoftware version
The CLI version I'm running is:
@xata.io/cli/0.15.11 win32-x64 node-v20.12.2
Additional context