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
For example, it is important to never use console.log() or process.stdout.write() to output content. Using them would hide the output from users not using a terminal. Instead, always rely on the UI generic generator.log() method, where generator is the context of your current generator.
Meanjs generator uses 'console.log' directly in 'app/log.js' and as result external tools cannot properly run it.
The text was updated successfully, but these errors were encountered:
Hi. According to the documentation http://yeoman.io/authoring/user-interactions.html :
Meanjs generator uses 'console.log' directly in 'app/log.js' and as result external tools cannot properly run it.
The text was updated successfully, but these errors were encountered: