CoinageCrypto / lamington

A set of tools that makes building EOS smart contracts easier
MIT License
38 stars 11 forks source link

[cli] Index-Init not found when running any command #411

Open taaha827 opened 3 years ago

taaha827 commented 3 years ago

Hello, I just started development on the EOSIO blockchain network, where I took the introductory courses on development of smart contracts on the platform. I like to use TDD as my development methodology. In their course they recommended using lamington to use as truffle like interface for development. So after going through the installation steps on your official website when I run any command using lamington whether its init, test, build or any other command. I get the following Error: Screenshot 2021-06-18 145921

Technical Details of my setup: I have docker installed using standard Installation method (Version 20.10.6) Node version (15.6.0) Windows 10 (Build: 19042.1052) Kindly help me solve this issue.

thekevinbrown commented 3 years ago

Interesting. I'll see if I can get my hands on a Windows machine.

It's definitely better tested on Linux / Mac, so if that's an option for you that might be a quicker way to go, otherwise I'll see if I can reproduce when I can find a Windows box.

taaha827 commented 3 years ago

I will be shifting to linux for now but it would be better if we can have a stable version on windows as well.

thekevinbrown commented 3 years ago

Sounds great, PRs are welcome!