@symbolic/rn-lib
v1.1.150
Published
- `cd ~/repos` - `git clone <repo url>` - `cd sf-rn-lib` - `npm i` - `npm install -g wml` - `wml add . ~/repos/configuration-system/node_modules/@symbolic/rn-lib` - If you get a watchman error - ENOENT - `brew install watchman` - Link watchman and wml
Downloads
54
Keywords
Readme
cd ~/repos
git clone <repo url>
cd sf-rn-lib
npm i
npm install -g wml
wml add . ~/repos/configuration-system/node_modules/@symbolic/rn-lib
- If you get a watchman error - ENOENT
brew install watchman
- Link watchman and wml
- Get output of
which node
- should output this:
/Users/maxhudson/.nvm/versions/node/v16.15.0/bin/node
- copy that and remove
/bin/node
- should output this:
- Run
watchman watch <paste your path here>/lib/node_modules/wml/src
- https://github.com/wix/wml/issues/17
- https://facebook.github.io/watchman/docs/install.html
- Get output of
npm run watch
in a new tab