You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at validateOptions (C:\Users\om\Desktop\Personal\Study\Blockchain\EatTheBlock\ToDoApp_30Mar\node_modules\schema-utils\src\validateOptions.js:32:11)
at Object.module.exports (C:\Users\om\Desktop\Personal\Study\Blockchain\EatTheBlock\ToDoApp_30Mar\node_modules\truffle-solidity-loader\index.js:57:3)
Issue
Recieving "ValidationError: truffle-solidity-loader Invalid Options" when trying to import a solidity file.
Steps to Reproduce
Expected Behavior
The file to build.
Actual Results
Build fail.
ERROR in ./ethereum/contracts/Account.sol
Module build failed (from ./node_modules/truffle-solidity-loader/index.js):
ValidationError: truffle-solidity-loader Invalid Options
options should have required property 'network'
at validateOptions (/home/mbraha/Work/dapps/primis/node_modules/schema-utils/src/validateOptions.js:32:11)
at Object.module.exports (/home/mbraha/Work/dapps/primis/node_modules/truffle-solidity-loader/index.js:57:3)
@ ./src/factory.js
Environment
webpack.config.js snippet:
truffle-config.js snippet:
The text was updated successfully, but these errors were encountered: