06 2021 档案
lit element: Class constructor h cannot be invoked without 'new'
摘要:修改 ts 编译配置为 es6 即可: "compilerOptions": { "target": "es6", 参考文档:https://stackoverflow.com/a/51860850/1185971
阅读全文
npm: Cannot read property 'pickAlgorithm' of null
摘要:错误 安装某 package 时,提示报错: npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/inherits: Cannot read property 'pickAlgorithm'
阅读全文
Strapi and MongoDB
摘要:背景 我想在本地 Windows 上体验下 Strapi (一个 headless CMS )。 本地原有的 MongoDB 版本是 v3.2.5 , 但 Strapi 对 MongoDB 版本的最低要求是 v3.6. 问题 启动 Strapi 工程,出现错误: Mongodb aggregate
阅读全文