-
Notifications
You must be signed in to change notification settings - Fork 4
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
### Issue: Installation and Execution Error with sindri@latest
#146
Comments
What node version are you running ( Note that the warnings aren't for runtime dependencies, these are only used during installation for the patch-package |
Node Version:
Command:
Error:When running the command, the following error occurs:
Additional Details:When attempting to run the command using
I encounter the same error. Log File:A complete log of this run can be found here:
|
We target compatibility with currently maintained Node releases (see Node.js Releases), and our current testing matrix is for versions 18, 19, 20, 21, and 22. Node v12 was end-of-lifed in 2022 and no longer gets security updates, so I'd highly recommend updating to a more recent version in general. Any version since v18 should be compatible. I recommend using a node version manager such as nvm, fnm, n, or asdf to manage your node installation and switch versions easily. Windows compatibility outside of WSL is relatively untested at this point. The Both of these points should be made more clear in the README, I'll keep the issue open until we've made those additions. Let me know if you run into more problems; I suspect it will work with node >=v18 and WSL. |
Thanks a lot updating node version had worked |
Description
I encountered several warnings and an error while attempting to install and run the
sindri@latest
package globally vianpm
. Below are the details of the commands executed, warnings received, and the error message that occurred.Commands Executed
Installation Command:
Check Version Command:
Warnings Encountered
During the installation process, the following deprecated warnings were displayed:
[email protected]:
[email protected]:
[email protected]:
Error Details
After the installation, when attempting to check the installed version of
sindri
using thesindri --version
command, the following error was encountered:The text was updated successfully, but these errors were encountered: