Skip to content
Michael Klement edited this page Nov 28, 2017 · 2 revisions

A loose collection of tips.

If you have problems with using ttab as part of an npm project in non-macOS CI environments:

  • If you've correctly declared ttab as a development-only dependency (key devDependencies) in your package.json file, then setting NODE_ENV to production or installing with npm install --only=production may help - see https://stackoverflow.com/a/9276112/45375