Hi,
I'm trying to use this generator in node script to create an atom package. I search and i find this solution :
var yeoman = require('yeoman-environment'); var env = yeoman.createEnv();
But when I run my function I have this error :
TypeError: console.Console is not a constructor
What am I doing wrong ?