-
Notifications
You must be signed in to change notification settings - Fork 47
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
can't work at windows server 2003 #14
Comments
Same on Windows XP SP3. Stuck on winser -i |
Would you mind to debug it or just put a bunch of console.log to see what's
|
On window7, I cannot run it successfully. log shows below c:\mycode\node_modules\winser\bin\winser:62 npm ERR! System Windows_NT 6.1.7600 |
Seems TJ removed prompt in last version and I am being too permissive with https://github.com/visionmedia/commander.js/blob/master/index.js I will fix this quickly
|
hi @neoqing this is fixed in version |
@jfromaniello I am so sorry, it's my last item. I had finished it two months ago with nssm directly. But i'd like to rebuild that environment and test it again. |
@jfromaniello I use
My os is windows server 2003 EE sp2 |
@xionglun do you run on an elevated prompt? |
@jfromaniello yeah, I have tried using administrator privileges, but still stuck on there. |
@xionglun does this works on your system (in an elevated prompt)?
and whats the response |
@jfromaniello no, it can't
|
@xionglun i did a fix for the case where wmi is not supported, can you try version winser |
@jfromaniello I update my winser to |
@jfromaniello ,thanks for reply. Update as below get
c:\mycode\node_modules\winser\bin\winser:62 npm ERR! System Windows_NT 6.1.7600 if run npm install winser directly get below error npm http GET https://registry.npmjs.org/winser npm ERR! System Windows_NT 6.1.7600 |
@neoqing I fixed the program.confirm issue a month ago the first time you told me. You should update to 0.1.6. regards |
I'm also facing the same issue with 0.1.6 (winser version) on Windows 2003 as the command "wmic OS get OSArchitecture" does not return the control back to nodejs. So I made workaround fix to include the timeout (2 sec) as below and it looks ok as of now: exec('wmic OS get OSArchitecture', {'timeout' : 2000}, function(err, stdout, stderr) { Please let me know if this is already solved... |
no, this is the first time I heard that |
On the cmd, I get the below: Node - W2K3VM32 |
Hi,
|
I test this at windows 7 64bit, and it works well. But at windows server 2003, the cmd window stay on winser -i .
The text was updated successfully, but these errors were encountered: