mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 22:23:10 +00:00
parent
cace0454e5
commit
686a278406
@ -54,7 +54,7 @@ module.exports = {
|
||||
|
||||
strapi.log.info(`Installing ${plugin}...`);
|
||||
|
||||
exec(`node ${strapiBin} install ${plugin} ${port === '4000' ? '--dev' : ''}`);
|
||||
exec(`node "${strapiBin}" install ${plugin} ${port === '4000' ? '--dev' : ''}`);
|
||||
|
||||
ctx.send({ ok: true });
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user