SyntaxError: Unexpected end of JSON input at JSON.parse
which is caused by the (many) invalid JSON files within node_modules/ folder.
Fixing them manually is an option which does not work for production; is there a way to tell Meteor to bypass this check/lint on JSON files?
Thanks in advance.