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
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Following the test-chain-guide.md walkthrough in Interacting with Maker Protocol contracts section. Copy the below example in your js file
Run the file with node vault.js
When I execute the vault.js I have the following error :
~/dev/test$ node vault.js
error TypeError: Maker.create is not a function
at start (/home/david/dev/test/vault.js:8:35)
at Object. (/home/david/dev/test/vault.js:35:1)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
Did I miss something?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the test-chain-guide.md walkthrough in Interacting with Maker Protocol contracts section.
Copy the below example in your js file
Run the file with node vault.js
When I execute the vault.js I have the following error :
~/dev/test$ node vault.js
error TypeError: Maker.create is not a function
at start (/home/david/dev/test/vault.js:8:35)
at Object. (/home/david/dev/test/vault.js:35:1)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
Did I miss something?
The text was updated successfully, but these errors were encountered: