johnpm-12 / Ethereum-EOS-cross-chain-token-exchange-example

basic example showing a token deployed on both Ethereum and EOS that allows holders to transfer their balance from Ethereum to EOS and vice versa
9 stars 4 forks source link

I just know I've done something wrong.... #2

Closed GGSimpson21 closed 5 years ago

GGSimpson21 commented 5 years ago

Does this error mean anything to you? Am I missing something? the logs don't help point out whats not found.

ethereum-eos-cross-chain-token-exchange-example@1.0.0 test /home/greg/Ethereum-EOS-cross-chain-token-exchange-example-master

cd eth && truffle test

Using network 'test'.

Error: Could not find not found: TRUFFLE_IMPORT import from any sources; imported from /home/greg/Ethereum-EOS-cross-chain-token-exchange-example-master/eth/contracts/EOSExchangeableToken.sol at /usr/lib/node_modules/truffle/build/webpack:/packages/truffle-resolver/index.js:76:1 at /usr/lib/node_modules/truffle/build/webpack:/~/async/internal/onlyOnce.js:12:1 at next (/usr/lib/node_modules/truffle/build/webpack:/~/async/whilst.js:68:1) at /usr/lib/node_modules/truffle/build/webpack:/packages/truffle-resolver/index.js:64:1 at /usr/lib/node_modules/truffle/build/webpack:/packages/truffle-resolver/fs.js:85:1 at /usr/lib/node_modules/truffle/build/webpack:/~/async/internal/once.js:12:1 at replenish (/usr/lib/node_modules/truffle/build/webpack:/~/async/internal/eachOfLimit.js:61:1) at iterateeCallback (/usr/lib/node_modules/truffle/build/webpack:/~/async/internal/eachOfLimit.js:50:1) at /usr/lib/node_modules/truffle/build/webpack:/~/async/internal/onlyOnce.js:12:1 at ReadFileContext.callback (/usr/lib/node_modules/truffle/build/webpack:/packages/truffle-resolver/fs.js:81:1) at FSReqWrap.readFileAfterOpen [as oncomplete] (fs.js:420:13) Truffle v5.0.0 (core: 5.0.0) Node v8.15.0 npm ERR! Test failed. See above for more details.

Thanks for any direction you might point me in