TypeError: commandInstance.exec is not a function #1781
Answered
by
marcosrodriigues
marcosrodriigues
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
marcosrodriigues
Oct 21, 2020
Replies: 1 comment
-
After some time looking deep into node_modules of my project, although my package.json is pointing to version 5.0.0-preview-rc-1.12 of @adonisjs/core, the installed version was 5.0.1. After install manualy the correctly version with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marcosrodriigues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some time looking deep into node_modules of my project, although my package.json is pointing to version 5.0.0-preview-rc-1.12 of @adonisjs/core, the installed version was 5.0.1. After install manualy the correctly version with
yarn add @adonisjs/[email protected]
my project runned again.