Open chathurangalakmal opened 6 years ago
could you provide more information? it could also be because truffle
after install the cant run truffle develop. there's an error pop stating, 'module' is undefined, code 800A1391. how to fix this?
It's because of Windows conventions. You can either use truffle.cmd develop
or change the name of truffle.js to truffle-config.js
after install the cant run truffle develop. there's an error pop stating, 'module' is undefined, code 800A1391. how to fix this?