mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:46:54 +00:00
fix(cli): upgrade error in node v14
This commit is contained in:
parent
34e17004c5
commit
8514953157
@ -138,6 +138,6 @@ exports.updateJsonFile = async (target, fn) => {
|
||||
|
||||
exports.getVersion = async () => {
|
||||
const { stdout } = await execa('npm', ['v', '@nocobase/app-server', 'versions']);
|
||||
const versions = new Function(`return ${stdout}`)();
|
||||
const versions = new Function(`return (${stdout})`)();
|
||||
return versions[versions.length - 1];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user