INFO Checking dependencies ERROR Package cheerio is not installed. ERROR Please install the missing dependencies from the root directory of your Hexo site.
1 2 3 4 5 6 7 8 9 10 11 12 13
$ npm install cheerio npm WARN npm npm does not support Node.js v12.16.1 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11. npm WARN npm You can find the latest version at https://nodejs.org/ npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\nunjucks\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) + cheerio@1.0.0-rc.3 added 16 packages from 47 contributors in 5.886s
camerahal3entry.cpp: camera hal 调用的入口 camxhal3.cpp: camera hal接口主要实现类,capture_Request与capture_Result中转类,主要通过这个类来处理capture request与回调 capture result. camxhaldevice.cpp: camxhal3module.cpp
# CONFIG option is important so that CMake doesnt search for modules into the default modules directory find_package(imgui CONFIG) find_package(glfw CONFIG) find_package(glew CONFIG)