PSAT CLI tool with message after update to 0.8.0 version #733
-
just update the new version of cli psat tool. While I run npm cli run -- -u https://bbc.com -ab, this message appears. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
Hello @Joeyindigital Thank you for reaching out to us, we checked your screenshots and found that the output you provided shows Unfortunately, we couldn’t replicate the issue on our end, so we’re not entirely sure what caused it. To diagnose the issue further, please share some additional information?
Meanwhile, here are some general suggestions that might help:
We hope this helps! Please let us know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
-
I have reinstalled the package and still shows the same issue. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello @Joeyindigital Thank you for sharing the details, we tried Node.js v22.1.0 and encountered a similar bug. While we’re working on a fix, we recommend switching to Node.js version v18.1 for now. You can easily install and switch between different Node.js versions using nvm. This article provides a helpful guide. |
Beta Was this translation helpful? Give feedback.
-
Hello @Joeyindigital I'm checking in to see if you've been able to use the PSAT CLI after switching to Node.js version 18.1. Please reach out to me if you experience any issues. |
Beta Was this translation helpful? Give feedback.
-
Hi @Joeyindigital, I'm excited to announce the release of PSAT version 0.9.0! This new version is compatible with Node.js version 18 or higher, solving the compatibility issue you experienced with the node version v22.1.0. To get started:
To learn more about PSAT CLI, please visit our updated wiki page. Please let me know if you need any further assistance. |
Beta Was this translation helpful? Give feedback.
-
I will be converting this issue to support forum discussion, For future reference, please create support discussion if you have any question about the PSAT. |
Beta Was this translation helpful? Give feedback.
Hi @Joeyindigital,
I'm excited to announce the release of PSAT version 0.9.0! This new version is compatible with Node.js version 18 or higher, solving the compatibility issue you experienced with the node version v22.1.0.
To get started:
git pull
.npm ci
followed bynpm run build:all
.run npm run cli -- -u https://bbc.com
. This will generate an HTML file report that you can open in your browser.To learn more about PSAT CLI, please visit our updated wiki page.
Please let me know if you need any further assistance.