saikat / react-apollo-starter-kit

A production-ready starter kit for making a React/Apollo application.
MIT License
186 stars 28 forks source link

Fix rollbar not finding fs module. #8

Closed larixer closed 8 years ago

larixer commented 8 years ago

The error in the server log: ERROR in ./~/rollbar/lib/parser.js Module not found: Error: Cannot resolve module 'fs' in [myProjectRoot]node_modules/rollbar/lib @ ./~/rollbar/lib/parser.js 7:9-22

The fix is done as per: https://github.com/rollbar/node_rollbar/issues/89