Meteor destructs our beautiful earth when devtools invoked.
In a browser:
<script src="devtool-meteor.js"></script>
Using npm:
$ npm install --save devtool-meteor
require('devtool-meteor');
npm install
This code is tested with node.js 8.6.0
npm start
Open http://localhost:1234
in your chrome browser and press F12 key
to open the devtools.
For more information. see Qiita in Japanese.