gpt4 book ai didi

node.js - 在哪里可以找到模式模块

转载 作者:太空宇宙 更新时间:2023-11-04 02:44:13 25 4
gpt4 key购买 nike

我想尝试这个模块https://github.com/creationix/nstore前端简单存储。但是当我运行这段代码时:

// Load the library
var nStore = require('nstore');
// Create a store
var users = nStore.new('data/users.db', function () {
// It's loaded now
});

它给了我这个错误。

     node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module 'pattern'
at Function._resolveFilename (module.js:326:11)
at Function._load (module.js:271:25)
at require (module.js:355:19)
at Object.<anonymous> (/var/www/rahulutils/node_modules/nstore/nstore.js:4:15)
at Module._compile (module.js:411:26)
at Object..js (module.js:417:10)
at Module.load (module.js:343:31)
at Function._load (module.js:302:12)
at require (module.js:355:19)
at Object.<anonymous> (/var/www/rahulutils/testnstore.js:2:14)

在哪里可以找到这个模式模块。

或者

我可以使用的任何其他简单键值数据库请建议。

最佳答案

nstore 使用 NPM 的“模式”包。查看“依赖项”:

https://github.com/creationix/nstore/blob/master/package.json

它应该与 nstore 一起安装(如果您使用过 npm install nstore)如果您从 github checkout 项目,您必须执行以下操作:

npm 安装模式

npm 安装步骤

就是这样。

关于node.js - 在哪里可以找到模式模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8005376/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com