Closed Schoude closed 3 years ago
noticed that also thanks BUT i think its ok right now
Yes. Change @v0.5.2 in ALL your script imports to @v0.6.8 which is the current version of std library for deno version 1.4.
Deno is in active development so every time you see an update there is a chance the std library gets a version update as well.
If these are not in sync, they can produce random errors like these.
Hi!
Like many other third-party libraries, this one also does not yet work with Deno v1.2.x.
I get two errors when I want to run the file with the basic Gmail setup:
It seems as if
std@v0.52.0
causes the problem.Maybe you could update the
std
library to the version used in Deno v.1.2.x (std@0.62.0) to fix the issue for people who want to use the latest versions of Deno?Thank you very much!