-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requires Ruby and Sass?? #202
Comments
Yes they are requirements. Can you make a PR so others are aware? |
I would love to. But I'm a freaking newb and wouldn't know what to do...
|
Try this: $ sudo apt-get install ruby (if you have no one yet) |
Thanks but I'm working in powershell
|
Ok, then install ruby and execute? gem install compass |
Right, I had Ruby once upon a time before I became interested in node.
|
@rof20004 your instructions worked for me. Thanks. I have Windows 10 (x64) as my main OS. I installed Ruby 2.2.4 x64 from http://rubyinstaller.org/downloads/. I used Git Bash as my command line environment (installed with GitHub Desktop for Windows). I opened Git Bash and ran "gem install compass". I was then able to run grunt with no issues, and view the boilerplate app in Firefox at localhost:3000 . Note that I had some issues with yo in Git Bash. When I tried to use the arrow keys to choose which version of meanjs to generate, the visual indicator didn't move. I had to just press the down arrow twice and then press Enter, and trust that it chose meanjs version 0.4.2 correctly. (It did, from what I can tell.) Note also that before I did THAT, I had to install Node.js version 4.4.0, x64, from nodejs.org, and then run npm install -g npm to update to the latest version of npm. Otherwise I ran into all sorts of issues and warning messages. I'm also trying the same thing in an Ubuntu 15.10 x64 VM under VirtualBox 5.0.16. I used your sudo apt-get, etc. commands to get going. It seems to be working, for the most part; I just need to install MongoDB still. |
It turns out that the latest version of MongoDB, from mongodb.org, is not fully supported on Ubuntu 15.10, only on LTS versions of Ubuntu (such as 14.04). So I ended up setting up an Ubuntu 14.04 LTS x64 VM to run my MEAN application. Got it working! |
Received the following error after running the generator (tried version 4.2 and master)
Ruby and Sass are not listed as requirements in the docs at http://meanjs.org/docs/0.4.x/
Are these requirements then? Or maybe I've done something horribly wrong... :(
The text was updated successfully, but these errors were encountered: