Rename at least App.sol occurrences to CounterApp:
var App = artifacts.require('./CounterApp.sol')
module.exports = function (deployer) {
deployer.deploy(App)
}
To reproduce the error just follow the Readme.MD instructions to init a new project and try to run:
npm run test
An error message about App.sol not found will raise without fixing the contract name.
https://github.com/aragon/aragon-react-kit-boilerplate/blob/2619f240238e814d4f3ddb00ff21ce83dc0a0ea7/migrations/2_deploy_contracts.js#L1
Rename at least App.sol occurrences to CounterApp:
To reproduce the error just follow the Readme.MD instructions to init a new project and try to run:
npm run test
An error message about App.sol not found will raise without fixing the contract name.