-
Notifications
You must be signed in to change notification settings - Fork 467
Installing on Windows #136
Comments
Since that I have found https://github.com/nodejs/node-gyp I'm on Windows 7 So -
Does this seem like a minimum install? |
Hi, Don't have a windows machine, so can't really suggest anything, sorry :( But feels like the setup you gave in the last post should be enough. Although, don't think that you need Visual Studio. For |
Also, maybe this will help: https://mlusiak.com/2013/12/22/fixing-failing-npm-packages-on-windows/ . It seems like you just need to install Python 2.7 and add Environment variable. |
I have the same problem. I've installed Python 2.7 and set the Environment variable. I get past the Python issue, and I get past the Visual Studio compiler issue (also a requirement), but now it won't install the leveldown package. A quick search shows that this can't be installed from NPM on Windows. @nikDemyankov I took your build.js and tried executing that with Node, and I get an error:
|
@swbradshaw my guess is that you took |
@swbradshaw not sure, that |
@swbradshaw Removed that package from dependencies, uploaded |
@nikDemyankov I took the
So I installed prompt, fs-extra, async, q, loadash, recursive-readdir, hidefile, and NOW it runs, but doesn't output anything. I'm running |
1.1.1 is still trying to install leveldown. :-( I'm going to see if I can find out the cause. |
@nikDemyankov I did a verbose output from the install and saw the following:
I was running npm 2.15.1 (stable NodeJS), so it was installing leveldown. I just upgraded to npm 3.8.6, and now it installs correctly. |
@swbradshaw So, now CLI client is installed and working properly. Just needed to upgrade Node version? |
@nikDemyankov Correct. CLI client requres Python and npm 3+ to install on Windows. Thank you for the help! |
Great, thanks! |
👋 Hi! Thank you for your interest in this repo. 😢 We are not using nordnet/cordova-hot-code-push anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork. 🔒 This will now be closed & locked. ℹ️ Please see #371 for more information. |
Hi
Does anyone know what the the minimum install requirements for Windows are?
I followed instructions on https://evothings.com/doc/build/cordova-install-windows.html
to get the cordova-hot-code-push to run on my dev pc successfully. Note: that Python was not installed in any step.
I don't think that I need to install all of that just to be able to run
cordova-hcp build [www_directory]
Somebody thought that I should only have to to install nodejs, but then the npm installer throws an error saying that Python is not installed.
I have a fresh Windows install, have installed nodejs, Git, Cordova, still complains about Python not installed.
any ideas?
The text was updated successfully, but these errors were encountered: