facundoolano / aso

Tools for app store optimization on iTunes and Google Play
MIT License
720 stars 144 forks source link

npm install #2

Closed ramonck closed 8 years ago

ramonck commented 8 years ago

On the README section you putted "npm install aso", I think you meant "npm install ." tried doing the aso and it seems it's not in npm.

image

facundoolano commented 8 years ago

The npm install aso in the README is meant to install the project into any folder (usually as a dependency of another node.js project). If you cloned the git repo you don't need to install the aso module in that directory (since you already have the code), just npm install to get its dependencies.

If you try npm install aso in any other directory (that doesn't have the module code in it), you'll see it works.

Closing this, reopen if you still have issues.

ramonck commented 8 years ago

"npm install aso" doesn't work on Windows, but the project downloaded works in Windows.

facundoolano commented 8 years ago

Unfortunately I don't have a win computer around to test this. The project setup is pretty standard, tough, maybe there's an issue with your npm installation?

Anyway, using the cloned version is the same, just bare in mind that the repo may contain unfinished/untested changes, so better stick to relase commits.