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
Occurs for me too. I'm running via the Replit.com environment, but that shouldn't make a difference.
varprompt=require('prompt');//// Start the prompt//prompt.start();//// Get two properties from the user: username and email//prompt.get(['username','email'],function(err,result){//// Log the results.//console.log('Command-line input received:');console.log(' username: '+result.username);console.log(' email: '+result.email);});
Everything works! Except for there is this huge thing!
Is there a way to disable this?
The text was updated successfully, but these errors were encountered: