Skip to content

Instantly share code, notes, and snippets.

@brisc
brisc / install.sh
Last active February 24, 2025 11:43
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 [email protected]
# 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']
})
]