diff --git a/.npmrc b/.npmrc index eafb1b5..43d3f20 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ sharp_libvips_binary_host="https://registry.npmmirror.com/-/binary/sharp-libvips" -nodejieba_binary_host_mirror="https://npm.taobao.org/mirrors/nodejieba" \ No newline at end of file +nodejieba_binary_host_mirror="https://npm.taobao.org/mirrors/nodejieba" +shamefully-hoist=true \ No newline at end of file diff --git a/package.json b/package.json index 7a4e110..e801b3b 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,11 @@ "peerDependencies": { "sqlite3": ">=5.1.6" }, - "pnpm": {} + "pnpm": { + "peerDependencyRules": { + "ignoreMissing": [ + "sqlite3" + ] + } + } }