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
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?
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?