Commit 12eb330a authored by Guillaume Dewisme's avatar Guillaume Dewisme

new e

parent 2909ae74
Pipeline #3114 canceled with stages
...@@ -3,13 +3,22 @@ npm run deploy ...@@ -3,13 +3,22 @@ npm run deploy
> voting-dapp@1.0.0 deploy > voting-dapp@1.0.0 deploy
> hardhat run scripts/deploy.js --network localhost > hardhat run scripts/deploy.js --network localhost
Compiled 3 Solidity files successfully (evm target: paris).
Déploiement du contrat Voting... Déploiement du contrat Voting...
Erreur détaillée: TypeError: Cannot read properties of undefined (reading 'getSigners')
at main (C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\scripts\deploy.js:12:37)
at Object.<anonymous> (C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\scripts\deploy.js:31:1)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
at node:internal/main/run_main_module:28:49
Erreur lors du déploiement: TypeError: Cannot read properties of undefined (reading 'getSigners') Erreur lors du déploiement: TypeError: Cannot read properties of undefined (reading 'getSigners')
at main (C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\scripts\deploy.js:8:39) at main (C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\scripts\deploy.js:12:37)
at Object.<anonymous> (C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\scripts\deploy.js:23:1) at Object.<anonymous> (C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\scripts\deploy.js:31:1)
at Module._compile (node:internal/modules/cjs/loader:1469:14) at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1548:10) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Function.Module._load (node:internal/modules/cjs/loader:1104:12) at Function.Module._load (node:internal/modules/cjs/loader:1104:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
at node:internal/main/run_main_module:28:49 at node:internal/main/run_main_module:28:49
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment