Error: Tag cannot contains commas #2015
-
Hi everyone! Run into an Error while deploying 01-deploy-raffle.js in lesson 9 https://youtu.be/gyMwXuJrbJQ?t=55193 Error: Tag cannot contains commas |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
pls share relevant deploy scripts code |
Beta Was this translation helpful? Give feedback.
-
Hey @marblemaster69 there is an error in the last line of you 00-deploy-mocks file. |
Beta Was this translation helpful? Give feedback.
Hey @marblemaster69 there is an error in the last line of you 00-deploy-mocks file.
module.exports.tags = ["all, mocks"]
should bemodule.exports.tags = ["all", "mocks"]