Skip to content
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

Windows Support #6

Open
cadorn opened this issue May 18, 2012 · 8 comments
Open

Windows Support #6

cadorn opened this issue May 18, 2012 · 8 comments
Labels

Comments

@cadorn
Copy link
Member

cadorn commented May 18, 2012

No description provided.

@japj
Copy link

japj commented May 21, 2012

Hi, I just ran into the following on Windows:

npm install -g sm

....

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
TypeError: Object #<EventEmitter> has no method 'getuid'
    at Object.<anonymous> (C:\Dropbox\dev\bin\node_modules\sm\scripts\postinstall.js:10:59)
    at Module._compile (module.js:441:26)
    at Object..js (module.js:459:10)
    at Module.load (module.js:348:31)
    at Function._load (module.js:308:12)
    at Array.0 (module.js:479:10)
    at EventEmitter._tickCallback (node.js:192:40)

npm ERR! sm@0.1.76 postinstall: `node ./scripts/postinstall.js`
npm ERR! `cmd "/c" "node ./scripts/postinstall.js"` failed with 1
npm ERR!
...
npm ERR! node -v v0.6.17
npm ERR! npm -v 1.1.21
npm ERR! code ELIFECYCLE
npm ERR! message sm@0.1.76 postinstall: `node ./scripts/postinstall.js`
npm ERR! message `cmd "/c" "node ./scripts/postinstall.js"` failed with 1
npm ERR! errno {}
npm ERR!

@cadorn
Copy link
Member Author

cadorn commented May 21, 2012

@japj FYI, This issue will remain open until windows support is complete.

The getuid issue is the first one that comes up at this time. There are more.

If anyone is interested in helping with windows support, please express your interest here and we can get a team going to bring and maintain windows support for sourcemint.

@japj
Copy link

japj commented May 22, 2012

I'm up for working on Windows support (if only to get cloud9 running there 'out of the box').

Do you have an idea or list of the things you expect that need to be done?

@cadorn
Copy link
Member Author

cadorn commented May 22, 2012

@japj If it is for cloud9 we don't need to get sm running on windows. See: https://github.com/ajaxorg/cloud9/issues/1407

@japj
Copy link

japj commented May 22, 2012

@cadorn what about people that want to contribute to cloud9 on windows?
and it might be a good 'testcase' to get working?

@cadorn
Copy link
Member Author

cadorn commented May 22, 2012

@japj Right. Feel free to jump on http://groups.google.com/group/sourcemint to start a thread. We can discuss the various things that may be involved and where to start.

@gero3
Copy link

gero3 commented May 23, 2012

Actually I'm also willing to help with it.
I have figured out several things but the most important one right now is where we will allocate the .sourcemint directory. I have a PR open that suggests APPDATA in windows.

@cadorn
Copy link
Member Author

cadorn commented May 23, 2012

I will let you take the lead on making these decisions to get things running. We can discuss the details when I merge back.

If I may; let's discuss on the mailing list and keep this ticket for progress updates that others can test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants