olekon / justsmartcontracts

justsmartcontracts.dev source code
MIT License
62 stars 48 forks source link

Unable to install project locally #3

Open kaizen-sven opened 4 years ago

kaizen-sven commented 4 years ago

I tried using the website, but as I am testing the contract through Ganachi, it fails with this error after I have added the contract (Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR), I guess the reason is due to the website is on https, and Ganachi run on http.

I then tried to download the project, but when trying to run "npm install" it fails. Not sure if its due to the project was not intended to be able to run on windows.

I have attached the error output, and the node debug log below.

2020-06-17T12_51_26_353Z-debug.log output log.txt

olekon commented 4 years ago

Hi, @kaizen-sven. I guess there are problems with building certain packages with MSVC2019. Probably this or similar issues could help https://github.com/nodejs/node-gyp/issues/1898

This project is developed on Windows, so there should be no problems with the OS.