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
is not working in 2022, using node v16.18.0, and npm v8.19.3
fail to install
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent An unknown git error occurred
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
The text was updated successfully, but these errors were encountered:
As I’m finalizing the huge v2 release, I’ve decided to run a small beta of it. 🙂
v2 is a complete rewrite that now uses Playwright instead of Puppeteer. Playwright supports real file downloads and is well maintained, leading to a more stable UX in the future. Most issues opened in carbon-now-cli were due to Puppeteer’s inability to actually wait for the file to download and many other OS inconsistencies & hiccups.
To install the v2 beta run
npm i carbon-now-cli@beta -g
Docs 🚀 for v2 can be found here. 🙂 There are tons of new features and breaking changes, so make sure to re-read the docs if you’ve read them previously.
Happy testing and using! Looking forward to your feedback! v2 will officially drop any day now. 🥳
P. S: I’m almost embarrassed about how long it took me to start working on v2, but at least once I did, I shipped it quite fast. 🙃 No more activity slumps in the future, though. 🤞
is not working in 2022, using node v16.18.0, and npm v8.19.3
fail to install
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent An unknown git error occurred
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
The text was updated successfully, but these errors were encountered: