Skip to content

Commit a99d8f2

Browse files
angelayifacebook-github-bot
authored andcommitted
Run yarn-audit-fix
Summary: Ran into `error:0308010C:digital envelope routines::unsupported` when building the executorch website site on D47661280. Following [this post](https://fb.workplace.com/groups/3183360078598952/posts/3565071010427855/?comment_id=3565257477075875&reply_comment_id=3567631563505133), ran `yarn run yarn-audit-fix` and that fixed the issue. Reviewed By: antonk52 Differential Revision: D47673228 fbshipit-source-id: a5012b22adfdf1db3e4debe49a4f161e9a67802f
1 parent eca605f commit a99d8f2

File tree

2 files changed

+566
-269
lines changed

2 files changed

+566
-269
lines changed

docs/website/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@
4040
"node": ">=16",
4141
"npm": "use yarn instead",
4242
"yarn": "^1.16"
43+
},
44+
"devDependencies": {
45+
"yarn-audit-fix": "^9.3.12"
4346
}
4447
}

0 commit comments

Comments
 (0)