Skip to content

Instantly share code, notes, and snippets.

@brisc
brisc / install.sh
Last active October 21, 2021 17:22
Install watchman 4.9.0 on Mac
# Make sure that you have installed all the required dependencies
# https://facebook.github.io/watchman/docs/install.html#installing-from-source
# Make sure that you have autoconf 2.69
brew uninstall autoconf
brew install autoconf@2.69
# add it to your shell / zsh PATH
git clone https://github.com/facebook/watchman.git
cd watchman
git checkout v4.9.0
./autogen.sh
nodeModulesToVendor: [
new Funnel('node_modules/autosize/dist/', {
files: ['autosize.js']
}),
new Funnel('node_modules/bootstrap/dist/js/', {
files: ['bootstrap.js']
})
]