ninegua / reversi

Multiplayer Reversi Game on Internet Computer
https://ninegua.github.io/reversi
MIT License
66 stars 25 forks source link

Nonexistent index.html file causes build failure #16

Open phkla1 opened 3 years ago

phkla1 commented 3 years ago

The build (make install, etc) fails. Error messages and further investigation shows that this is due to the fact that the frontend entry point src/reversi_assets/public/index.html does not actually exist.

phkla1 commented 3 years ago

To fix this you can touch src/reversi_assets/public/index.html (unix systems) to create an empty index.html . I would have sent a pull request but don't have much experience with makefiles.

phkla1 commented 3 years ago

Unfortunately this is not a solution. Upon creating a blank index.html, successfully building and installing the canister, and visiting the canister page:

ninegua commented 3 years ago

I've upgraded dfx to 0.8.1 and added an index.html. Hopefully it should for you too. Please let me know. Thanks!