Shapeshift-Public / ShapeShift-Skeleton

100 stars 102 forks source link

"shapeshift-api-js@1.0.0 No repository field" trying to install it under MacOS #3

Open theghost1980 opened 7 years ago

theghost1980 commented 7 years ago

Hello there I am trying to install the skeleton on my Mac but after cloning the repository, and executing the command: npm install I get: shapeshift-api-js@1.0.0 No repository field.

here is the screenshot:

screen shot 2017-03-18 at 14 27 38

So could you please be so kind and give me some guidance here. Is the skeleton working fine? Is is able to be installed under MacOs Sierra 10.12.3? Do I need to do some extra steps?

PS: Basically I want to try the skeleton so I can do more transactions locally while connected to the network, instead of using the website. Thanks!

theghost1980 commented 7 years ago

I have found a solution, after doing some research.

Could you please update the read me file, with the following instructions, specifically for MacOs users. Tested March 18th under MacOS Sierra 10.12.3

To Install & Run:

After doing this I get this results:

screen shot 2017-03-18 at 14 48 39

The Node server is running. i will execute my first exchange locally and I will update the results, after that!

Notes: Do not execute > npm install , or you will get a warning message about missing repository fields (Which is nothing to be worry about, but, Stuck to the steps above :))

PS: Source of information to fix errors: Bower npm npm

chetanmadaan commented 7 years ago

Hi,

I am having the exact same blank page as above... No real skeleton.

Any tips on getting this resolved?

freelancedeveloper025 commented 7 years ago

@chetanmadaan

run this command "bower install" must need install bower & git before.