You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Unable to spin up local deployment using install instructions from README.md
Hey there,
I'm interested in deploying this locally. I cloned the repo, ran npm install no problem, then had an issue when running ganache-cli and truffle deploy:
First is a network configuration issue. Config files are for port 7545, network_id 5777, ganache is running on 8545, no problem, can configure ganache-cli port and network id on start-up.
With the proper ganache-cli config, truffle deploy is able to deploy at least one contract, but has an error Saving migration to chain. Checking the ganache-cli, it throws a Runtime Error: invalid opcode. Not sure if this is a major issue.
Running npm run dev fails to build due to an error with building the CSS. It throws this error:
Module build failed: Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (79)
Running truffle test also has issues with ganache-cli configuration (truffle config expecting network 4447) and fails while compiling ./test/Dependencies.sol, ganache-cli just giving a similar Runtime Error: invalid opcode and the truffle test returning:
Error
at PromiEvent (/usr/local/lib/node_modules/truffle/build/webpack:/packages/contract/lib/promievent.js:9:1)
at TruffleContract.setCompleted (/usr/local/lib/node_modules/truffle/build/webpack:/packages/contract/lib/execute.js:169:1)
at Migration._deploy (/usr/local/lib/node_modules/truffle/build/webpack:/packages/migrate/migration.js:93:1)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at Migration._load (/usr/local/lib/node_modules/truffle/build/webpack:/packages/migrate/migration.js:57:1)
at Migration.run (/usr/local/lib/node_modules/truffle/build/webpack:/packages/migrate/migration.js:167:1)
at Object.runMigrations (/usr/local/lib/node_modules/truffle/build/webpack:/packages/migrate/index.js:148:1)
at Object.runFrom (/usr/local/lib/node_modules/truffle/build/webpack:/packages/migrate/index.js:110:1)
at Object.runAll (/usr/local/lib/node_modules/truffle/build/webpack:/packages/migrate/index.js:114:1)
at Object.run (/usr/local/lib/node_modules/truffle/build/webpack:/packages/migrate/index.js:79:1)
at Object.run (/usr/local/lib/node_modules/truffle/build/webpack:/packages/core/lib/test.js:112:1)
I'd love to run this locally as I'm trying to test a way to register subdomains for an ENS address, essentially doing the subdomain registration with no price attached. Let me know if it's something with my local environment.
The text was updated successfully, but these errors were encountered:
SYSTEM
OS: macOS Mojave, 10.14.4
Node: 13.1.0
Ganache-CLI: v6.1.8 (ganache-core: 2.2.1)
Truffle: 5.1.1
Issue: Unable to spin up local deployment using install instructions from README.md
Hey there,
I'm interested in deploying this locally. I cloned the repo, ran
npm install
no problem, then had an issue when runningganache-cli
andtruffle deploy
:First is a network configuration issue. Config files are for port 7545, network_id 5777, ganache is running on 8545, no problem, can configure
ganache-cli
port and network id on start-up.With the proper
ganache-cli
config,truffle deploy
is able to deploy at least one contract, but has an errorSaving migration to chain
. Checking theganache-cli
, it throws aRuntime Error: invalid opcode
. Not sure if this is a major issue.Running
npm run dev
fails to build due to an error with building the CSS. It throws this error:truffle test
also has issues withganache-cli
configuration (truffle config expecting network 4447) and fails while compiling./test/Dependencies.sol
,ganache-cli
just giving a similarRuntime Error: invalid opcode
and thetruffle test
returning:I'd love to run this locally as I'm trying to test a way to register subdomains for an ENS address, essentially doing the subdomain registration with no price attached. Let me know if it's something with my local environment.
The text was updated successfully, but these errors were encountered: