Das Modul „griddb-node“ kann nach der Installation des GridDB Node.js-Clients nicht gefunden werdenJavaScript

Javascript-Forum
Anonymous
 Das Modul „griddb-node“ kann nach der Installation des GridDB Node.js-Clients nicht gefunden werden

Post by Anonymous »

Ich habe GridDB 5.7 installiert und ein Node.js-Projekt erstellt:

Code: Select all

mkdir griddb-node-test
cd griddb-node-test
npm init -y
npm install griddb-node
Mein Code (test.js):

Code: Select all

const griddb = require('griddb-node');
console.log(griddb);
Das Ausführen von node test.js erzeugt:

Code: Select all

Error: Cannot find module 'griddb-node'
Require stack:
- /var/lib/gridstore/griddb-node-test/test.js
Ich habe auch npm install griddb-node ausprobiert, aber npm sagt:

Code: Select all

npm ERR! code ENOVERSIONS
npm ERR! No versions available for griddb-node
Was ich wissen möchte:
/>[*]Node.js: 16.x

[*]GridDB: 5.7

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post