Skip to content

TypeError: Cannot read properties of undefined (reading 'length') #598

Answered by xdd825
MuhammadLuqman-99 asked this question in Q&A
Discussion options

You must be logged in to vote

I think the problem is in your 00-deploy-mocks.js , add ( ) behind getNamedAccounts
const { deployer } = getNamedAccounts
should be
const { deployer } = getNamedAccounts()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MuhammadLuqman-99
Comment options

Answer selected by MuhammadLuqman-99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants