提交 0548fb36 编写于 作者: fxy060608's avatar fxy060608

wip(uts): compiler

上级 d214c044
......@@ -32,6 +32,7 @@ Please run \`${command}\` and try again.`
}
module.exports = {
version: require('../../package.json').version,
normalizePath,
installDepTips
}
......@@ -88,11 +88,11 @@ function resolveUTSCompiler() {
});
}
catch (e) {
let version = require('@dcloudio/uni-cli-shared/package.json').version;
if (version.startsWith('2.0.')) {
version = '^3.0.0-alpha-3060920221117001';
let utsCompilerVersion = utils_1.version;
if (utils_1.version.startsWith('2.0.')) {
utsCompilerVersion = '^3.0.0-alpha-3060920221117001';
}
console.error((0, utils_1.installDepTips)('devDependencies', '@dcloudio/uni-uts-v1', version));
console.error((0, utils_1.installDepTips)('devDependencies', '@dcloudio/uni-uts-v1', utsCompilerVersion));
process.exit(0);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册