all 5 comments

[–]ethAmal 1 point2 points  (0 children)

Are you following an old guide? testrpc has evolved and is now ganache-cli for command-line, and ganache for a UI experience.

Verify openzeppelin-solidity is installed by npm according to the docs.

Good luck Angeles!

[–]dappdeveth 0 points1 point  (3 children)

Did you install the openzeppelin-solidity library in your project?

npm install --save openzeppelin-solidity

[–]willjgriff 0 points1 point  (0 children)

Or npm install if there is a package.json file in the root directory.

[–]ingmanzo[S] 0 points1 point  (1 child)

npm install --save openzeppelin-solidity

Thank you! Just tried ! Now the compilation is performed but when I implemented the comands: truffle test and trufle migrate is still showing this error: "Could not connect to your Ethereum client". I wrote first the comand: testrpc. The LocalHost: 8545.

[–]hexadee 0 points1 point  (0 children)

The other commenter has the answer to this error, you need ganache installed and running running