Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove issue with node-gyp and Catalina #5907

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions pages/en/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ layout: docs.hbs
- [Domain Module Postmortem](/en/docs/guides/domain-postmortem/)
- [How to publish N-API package](/en/docs/guides/publishing-napi-modules/)
- [ABI Stability](/en/docs/guides/abi-stability/)

## Known issues

- [Native dependencies on macOS Catalina (v10.15)](https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md)
4 changes: 0 additions & 4 deletions pages/id/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ layout: docs.hbs
- [Postmortem Modul Domain](/en/docs/guides/domain-postmortem/)
- [Cara mempublikasikan paket N-API](/en/docs/guides/publishing-napi-modules/)
- [Stabilitas ABI](/en/docs/guides/abi-stability/)

## Masalah yang diketahui

- [Ketergantungan asli pada macOS Catalina (v10.15)](https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md)
4 changes: 0 additions & 4 deletions pages/ka/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ layout: docs.hbs
- [Domain Module Postmortem](/en/docs/guides/domain-postmortem/)
- [How to publish N-API package](/en/docs/guides/publishing-napi-modules/)
- [ABI Stability](/en/docs/guides/abi-stability/)

## ცნობილი პრობლემები

- [Native dependencies on macOS Catalina (v10.15)](https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md)
4 changes: 0 additions & 4 deletions pages/zh-cn/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ layout: docs.hbs
- [Postmortem 中的主要模块](/zh-cn/docs/guides/domain-postmortem/)
- [如何发布 N-API 包](/zh-cn/docs/guides/publishing-napi-modules/)
- [ABI 的稳定性](/zh-cn/docs/guides/abi-stability/)

## 已知的问题

- [macOS Catalina (v10.15) 的原生依赖](https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md)
Loading