We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bafbdc commit ffa24deCopy full SHA for ffa24de
doc/npm.md
@@ -5,6 +5,7 @@
5
- [Ubuntu, Debian](#ubuntu-debian)
6
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
7
- [macOS](#macos)
8
+- [FreeBSD](#freebsd)
9
10
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
11
@@ -40,3 +41,10 @@ npm config set python python2
40
41
```bash
42
xcode-select --install
43
```
44
+
45
+## FreeBSD
46
47
+```sh
48
+pkg install -y git python npm-node12 yarn-node12 pkgconf
49
+pkg install -y libsecret libxkbfile libx11 libinotify
50
+```
0 commit comments