Hi, when i try to run npm install it gives the error below:
Module not found: Error: Can't resolve './../build/contracts/StandardBounties' in 'C:\Users\ismail\Desktop\solidityProjects\3rdparty\DesignBounty\src'
StandardBounties is under the folder ./contracts/StandardBounties.sol , i guess it is looking for the wrong path.
Hi, when i try to run
npm install
it gives the error below:Module not found: Error: Can't resolve './../build/contracts/StandardBounties' in 'C:\Users\ismail\Desktop\solidityProjects\3rdparty\DesignBounty\src'
StandardBounties is under the folder./contracts/StandardBounties.sol
, i guess it is looking for the wrong path.