mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[7.x] [Kibana Plugin Generator]target branch → version (#3020… (#41516)
A version error will occur each time the following procedure is executed. Changing「6.6」 from 「6.6.1」 will succeed. So I changed branch (6.6) to version(6.6.1). 1.Execute「node scripts/generate_plugin my_plugin_name」with [Kibana Plugin Generator][Quick Start] 2.Answer「6.6」to the question 「What Kibana version are you targeting?(6.x)」 3.Execute「yarn start」
This commit is contained in:
parent
68f14413a7
commit
5ebce78600
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module.exports = function({ name }) {
|
|||
},
|
||||
kbnVersion: {
|
||||
message: 'What Kibana version are you targeting?',
|
||||
default: kibanaPkg.branch,
|
||||
default: kibanaPkg.version,
|
||||
},
|
||||
generateApp: {
|
||||
type: 'confirm',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue