Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9168861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:44:01+00:00 2026-06-17T15:44:01+00:00

Has anyone tried to install Yeoman in the Cloud9 environment? If so how to

  • 0

Has anyone tried to install Yeoman in the Cloud9 environment? If so how to do it?

I get this error on any yeoman command:

<FATAL> EACCES, permission denied '/var/lib/stickshift/' </FATAL>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T15:44:02+00:00Added an answer on June 17, 2026 at 3:44 pm

    Ok, so I played a little bit with Cloud9 and yeoman 😉

    Seems like your error comes mainly from the fact that yeoman is trying to goes up the tree, looking for a Gruntfile.js … Doing so it encounters an issue as the directory it tries to read are not accessible for the current user.

    The first work-around is to create an empty Gruntfile.js:

    'use strict';
     module.exports = function (grunt) {
     // Project configuration.
     grunt.initConfig({});
     };
    

    Then launching “yeoman init” will ask you the standard questions and at a given point will ask you if it can overwrite the Gruntfile, which you can answer positively 😉

    Then if you launch a “yeoman server”, you’ll encounter another error, due to the port the server is willing to answer.

    Add the following options to your Gruntfile.js:

      server: {
        port: process.env.PORT,
        host: process.env.IP
    },
    

    Note that you also need to have Compass installed (gem install compass).

    Then launching “yeoman server’ will launch the server and the needed task (ending with the watch task) …

    I didn’t went further down the path though 😉

    Hope this helps.
    cloud 9 yeoman screenshot

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone tried out working with the Delete and update command of SPDataSource used
Has anyone tried to install the new Windows Phone 7 tools? Mainly, I would
Has anyone tried to install HUE on Apache Hadoop? We are using hadoop 0.20.2
I found this tutorial on how to run Android OS here: http://www.javacodegeeks.com/2010/06/install-android-os-on-pc-with.html Has anyone
Has anyone tried to install geoip over pecl on a 64bits box? I can
Has anyone had any luck installing Xcode 3.2.3 + iOS 4.0.2 SDK? I've tried
Has anyone tried using the NHibernate Velocity L2 cache provider against the Azure AppFabric
Has anyone tried to build an e-commerce site atop MS Dynamics, using the new
Has anyone tried to back up a SharePoint web application using forms based authentication
Has anyone tried automatic Java to C++ conversion for speed improvements? Is it a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.