tko22 / eth-voting-dapp

decentralized voting application built on the ethereum blockchain utilizing solidity smart contracts
54 stars 35 forks source link

truffle develop- module is undefined #3

Open chathurangalakmal opened 6 years ago

chathurangalakmal commented 6 years ago

after install the cant run truffle develop. there's an error pop stating, 'module' is undefined, code 800A1391. how to fix this?

tko22 commented 6 years ago

could you provide more information? it could also be because truffle

Prachi-05 commented 3 years ago

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