scaffeinate / socify

:rocket: Socify is an open source social networking platform written in Ruby on Rails
http://socifyapp.herokuapp.com
GNU General Public License v2.0
375 stars 210 forks source link

Note error #5

Closed moifouss closed 9 years ago

moifouss commented 9 years ago

after all steps I get this error Current ExecJS runtime does't support ES5. Please install node.js. (in C:/Sites/socify/app/assets/stylesheets/application.css.scss)

nezirz commented 9 years ago

You need to install Node.js http://stackoverflow.com/questions/28130096/how-can-i-fix-a-runtime-error-for-a-ruby-on-rails-app-using-a-windows-operating

Probably you are using some version of Linux OS: https://github.com/nodejs/node-v0.x-archive/wiki/Installing-Node.js-via-package-manager

https://rubygems.org/gems/node/versions/0.0.2

moifouss commented 9 years ago

Thanks, I ll try that and ses. I using rails on win7 64

Envoyé à partir de mon Windows Phone


De : zirexbamailto:notifications@github.com Envoyé : ‎11/‎09/‎2015 17:54 À : sudharti/socifymailto:socify@noreply.github.com Cc : Fousseni Diarramailto:jsfousseni@hotmail.com Objet : Re: [socify] Note error (#5)

You need to install Node.js http://stackoverflow.com/questions/28130096/how-can-i-fix-a-runtime-error-for-a-ruby-on-rails-app-using-a-windows-operating

Probably you are using some version of Linux OS: https://github.com/nodejs/node-v0.x-archive/wiki/Installing-Node.js-via-package-manager

https://rubygems.org/gems/node/versions/0.0.2


Reply to this email directly or view it on GitHub: https://github.com/sudharti/socify/issues/5#issuecomment-139612706

moifouss commented 9 years ago

I have node installed allready... C:\Sites>cd socify C:\Sites\socify>gem list node * LOCAL GEMS * node (0.0.2)

moifouss commented 9 years ago

But still get the error

nezirz commented 9 years ago

no, lets check this links if you use windows http://www.w3resource.com/node.js/installing-node.js-windows-and-linux.php

moifouss commented 9 years ago

I also installed nodejs (node-v4.0.0-x64.msi) on the computer

c:\dev\outils\nodejs>node --version v4.0.0

nezirz commented 9 years ago

hmm.. I think that you will be really happy only if you use linux for rails programming or testing. Download some of Ubuntu versions Virtual Machine install rails there.....

moifouss commented 9 years ago

I think so! -- But it's working fine now (I don't know why); maybe nodejs needs sometimes before working after the installation. Thanks for trying to help me ;)

nezirz commented 9 years ago

hehe great, yes, sometimes it need some restarts :D you're welcome ...

scaffeinate commented 9 years ago

Great work @zirexba. :+1:

scaffeinate commented 9 years ago

@moifouss You can close the issue if it is resolved

nezirz commented 9 years ago

Tnx @sudharti