broxus / locklift

Node JS framework for working with Everscale and Venom contracts. Inspired by Truffle and Hardhat. Helps you build, test, run and maintain your smart contracts.
Apache License 2.0
51 stars 31 forks source link

Unable to build contracts (--include-path option requires a non-empty base path). #26

Closed ksamarin90 closed 1 year ago

ksamarin90 commented 1 year ago

I have locklift project. I'm trying to compile my contracts using locklift - npx locklift build --config locklift.config.js, but I get an error - "--include-path option requires a non-empty base path.". How can I fix this error?