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
Deno is not compatible, in general, with Node (NPM) packages. There is a nascent compatibility layer being built at https://deno.land/std/node/ but it is far from complete. ... Over time, we expect Deno to be able to run more and more Node programs out-of-the-box
Hi @jlandure sorry for the delay.
What exactly do you mean by a deno example using Chrome, any specific idea?
I can see it's not working with puppeteer. I had to update the Dockerfile commenting #RUN git clone https://github.com/puppeteer/puppeteer/blob/master/src/ puppeteer
I guess it's a known issue but is that ok to be on the master branch?
Context
It could be fun to get a deno example using Chrome using the
with-deno
tag.See the
with-deno
folderRelated to #89
The text was updated successfully, but these errors were encountered: