You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: