diff --git a/doc/npm.md b/doc/npm.md index 4dd28e157..9bf373f7f 100644 --- a/doc/npm.md +++ b/doc/npm.md @@ -5,6 +5,7 @@ - [Ubuntu, Debian](#ubuntu-debian) - [Fedora, CentOS, RHEL](#fedora-centos-rhel) - [macOS](#macos) +- [FreeBSD](#freebsd) @@ -40,3 +41,10 @@ npm config set python python2 ```bash xcode-select --install ``` + +## FreeBSD + +```sh +pkg install -y git python npm-node12 yarn-node12 pkgconf +pkg install -y libsecret libxkbfile libx11 libinotify +```