Hi, On Fri, Jun 17, 2016, at 16:01, prince nihith wrote: > i dont see any error but, still when i run rails server it is showing the > error There was an error while trying to load the gem 'uglifier' > C:\Ruby21-x64\rails\firstapp>bundle install
You should post the complete error instead of just the main message. Though it looks another case of windows script host error. either: 1. use something more posix where ruby is actually intended to run (i.e. not windows) or 2. install nodejs (or just download node executable (node.exe) and put somewhere in your PATH) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/1466150486.2102107.640435273.647B17A5%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.

