Skip to content

Commit 5fc6b57

Browse files
authored
[aws]: fix link (#96)
1 parent a705ca0 commit 5fc6b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/aws/common_issues.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ This will write something to the stream to make sure it is not empty.
109109
#### The Yarn Plug'n'Play manifest forbids importing "xxx" here because it's not listed as a dependency of this package
110110

111111
This error is usually resolved by removing all yarn files in your repo. You should also look in your `package.json` and see if you have `yarn` set as `packageManager` there. Removing it will solve the issue.
112-
If you use `yarn` there is a workaround [here](https://stackoverflow.com/a/76902985https://stackoverflow.com/a/76902985).
112+
If you use `yarn` there is a workaround [here](https://stackoverflow.com/a/76902985).
113113

114114
If you are not using `yarn` and you see `yarn` related errors it might be solved by running `corepack disable` or updating `nvm` to `0.40.2`.

0 commit comments

Comments
 (0)