denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Multiple tags with same name causing problem in pinning #2003

Closed Heikrana closed 2 years ago

Heikrana commented 2 years ago

In the manual page 3.4 Web Platform APIs. There are 2 overview tags. When you pin the first tag, it works. But when you pin the second tag, it results in pinning the first tag. It's an easy fix. just give seprate IDs to those tags (I think).

Can I do this?

lucacasonato commented 2 years ago

Yeah, sounds good!

Heikrana commented 2 years ago

I have a small problem, when I use the command yarn install to install the dependencies... it shows these warnings, yarn_install and when I try to run yarn dev it shows this error, Screenshot_20220209_051438

crowlKats commented 2 years ago

This is not an issue anymore, so closing