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
But there might be something here related to child_process spawning .. see #13 (comment) .. maybe you can use that to work around the problems here?
Basically we're in a constrained environment with Snaps such that certain novel behaviours become problematic. I wish it weren't so but sometimes you're better off just installing Node.js directly and bypassing the containment environment of Snaps.
If I install node using
sudo snap install node --classic --channel=16
and then runnpm install puppeteer
then I get this error:...however, if I uninstall the snap version and install via .deb package, then everything works. I.e. it works when I install via:
The text was updated successfully, but these errors were encountered: