Skip to content

Error at deploy.js #6011

Answered by Nlferu
muhammet72 asked this question in Q&A
Aug 15, 2023 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

Hello @muhammet72

The issue is because you have used reserved keyword "constructor" in your module.exports.tags = ["all", "constructor"] just change it into something else like module.exports.tags = ["all", "con"] and issue will be fixed ;)

Try to avoid using reserved keywords as issues related to those can be really hard to find and debug

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@muhammet72
Comment options

Comment options

You must be logged in to vote
2 replies
@muhammet72
Comment options

@Nlferu
Comment options

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