我安装了锁升降机通过以下科曼德:
npm install --save-dev locklift然后我试图通过
npx locklift init -f或获得版本
npx locklift --version并且总是会出现以下错误:
C:\projects\everscale\locklift\node_modules\locklift\internal\config\index.js:123
throw new commander_1.default.InvalidOptionArgumentError(`Config at ${configPath} not found!`);
^
InvalidArgumentError: Config at locklift.config.ts not found!after it, i created "locklift.config.ts" with contain from https://www.npmjs.com/package/locklift (Configuration)
but anyway i getting following error:Path: Error:期望值满足object | object的联合,但接收:未定义
发布于 2022-10-27 11:12:39
谢谢你的报告。请升级到2.4.3版(最新版本)。实际上,重复你的步骤
https://stackoverflow.com/questions/74217224
复制相似问题