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
$ npm install @xata.io/cli -g $ xata init --db https://Kevin-Simper-s-workspace-gf8rf3.eu-west-1.xata.sh/db/cykelbjerge › ModuleLoadError: [MODULE_NOT_FOUND] import() failed to load /Users/kevinsimper/.nvm/versions/node/v20.9.0/lib/node_modules/@xata.io/cli/dist/commands/init/index.js: Cannot find package 'tslib' imported from › /Users/kevinsimper/.nvm/versions/node/v20.9.0/lib/node_modules/@xata.io/cli/dist/base.js › Code: MODULE_NOT_FOUND 🧑🎨🌼 9:51:10:~/projects $ xata --version @xata.io/cli/0.14.3 darwin-arm64 node-v20.9.0
Downgraded and it works
$ xata --version @xata.io/cli/0.13.14 darwin-arm64 node-v20.9.0
The text was updated successfully, but these errors were encountered:
Hey @kevinsimper, thanks for reporting this issue. I've opened a PR to fix it for now, although I will take a proper look into our usage of tslib.
tslib
You can try the fix with:
npx @xata.io/[email protected]
@eemmiillyy Can you review the PR and tag a CLI release directly after merging so that the fix goes out this morning instead of waiting to monday?
Sorry, something went wrong.
@kevinsimper Fix is on latest npm tag. Apologies for the inconvenience
SferaDev
Successfully merging a pull request may close this issue.
Downgraded and it works
The text was updated successfully, but these errors were encountered: