package.json中用的是"json-schema-faker": "^0.5.0-rc13", 但还是会这个问题 [json-schema-faker] calling JsonSchemaFaker() is deprecated, call either .generate() or .resolve()
package.json中用的是"json-schema-faker": "^0.5.0-rc13", 但还是会这个问题 [json-schema-faker] calling JsonSchemaFaker() is deprecated, call either .generate() or .resolve()
package.json中用的是"json-schema-faker": "^0.5.0-rc13", 但还是会这个问题 [json-schema-faker] calling JsonSchemaFaker() is deprecated, call either .generate() or .resolve()
7条答案
按热度按时间esyap4oy1#
这个问题解决了吗,好像会导致 cpu 单核直接跑满
yquaqz182#
我用npm 升级了下所有包,好像解决了,没有再出现这问题了
inn6fuwd3#
移步到yapi项目中,修改package.json,强制指定版本,"json-schema-faker": "0.5.0-rc13",重装依赖后没有出现这个问题了
vngu2lb84#
package.json中用的是"json-schema-faker": "^0.5.0-rc13", 但还是会这个问题
[json-schema-faker] calling JsonSchemaFaker() is deprecated, call either .generate() or .resolve()
clj7thdc5#
package.json中用的是"json-schema-faker": "^0.5.0-rc13", 但还是会这个问题
[json-schema-faker] calling JsonSchemaFaker() is deprecated, call either .generate() or .resolve()
把版本号中的^删掉,再重装下依赖试试,当^存在的时候,并不会准确的安装那个版本
qmb5sa226#
package.json中用的是"json-schema-faker": "^0.5.0-rc13", 但还是会这个问题
[json-schema-faker] calling JsonSchemaFaker() is deprecated, call either .generate() or .resolve()
把版本号中的^删掉,再重装下依赖试试,当^存在的时候,并不会准确的安装那个版本
已经解决,感谢!
npm uninstall json-schema-faker
npm install json-schema-faker@0.5.0-rc13
rbl8hiat7#
移步到yapi项目中,修改package.json,强制指定版本,"json-schema-faker": "0.5.0-rc13",重装依赖后没有出现这个问题了
我在linux上安装的nodejs,适用pm2管理yapi服务,但是yapi服务过一段时间会宕掉,重新启动后又可以继续使用,
查看/root/.pm2/logs下的日志文件发现报错;请问大佬,这个是什么原因呢