I Peeked Into My Node_Modules Directory And You Won’t Believe What Happened Next
Jordan Scales
5.3K542
I couldn’t find Guy in my babel installation.
node_modules/babel-core/lib/api/node.js:97:
function Plugin(alias) {
throw new Error("The (" + alias + ") Babel 5 plugin is being run with Babel 6.");
}
//
exports.Pipeline = _pipeline2.default;
var pipeline = new _pipeline2.default();Am I doing something wrong?