mirror of
https://github.com/strapi/strapi.git
synced 2026-01-04 11:16:32 +00:00
Remove alpha requirement in strapi generate new
This commit is contained in:
parent
fb0296c912
commit
bf38d7ea3d
@ -79,7 +79,7 @@ module.exports = (scope, cb) => {
|
||||
}
|
||||
|
||||
function pluginsInstallation() {
|
||||
exec('strapi install settings-manager@alpha', (err, stdout) => {
|
||||
exec('strapi install settings-manager', (err, stdout) => {
|
||||
logger.info('Installing plugin `Settings Manager`...');
|
||||
|
||||
if (err) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user