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
In an attempt to follow to the instructions outlined in this page for a project using yarn:4.1.1, I encountered an issue where yarn persisted in attempting to install the package from https://registry.yarnpkg.com instead of https://registry.tiptap.dev.
Upon further investigation, I discovered that the suggested solution lies within the .yarnrc.yml file. Specifically, the proposed modification involves adding the following configuration:
While I intended to submit a PR to address this issue, I have identified additional areas that require attention. Therefore, I have decided to raise this issue.
The text was updated successfully, but these errors were encountered:
In an attempt to follow to the instructions outlined in this page for a project using
yarn:4.1.1
, I encountered an issue where yarn persisted in attempting to install the package fromhttps://registry.yarnpkg.com
instead ofhttps://registry.tiptap.dev
.Upon further investigation, I discovered that the suggested solution lies within the
.yarnrc.yml
file. Specifically, the proposed modification involves adding the following configuration:However, it was observed that removing the
@
from the scope name resolved the issue. Consequently, the modified configuration would be:While I intended to submit a PR to address this issue, I have identified additional areas that require attention. Therefore, I have decided to raise this issue.
The text was updated successfully, but these errors were encountered: