Code: Select all
mkdir griddb-node-test
cd griddb-node-test
npm init -y
npm install griddb-node
Code: Select all
const griddb = require('griddb-node');
console.log(griddb);
Code: Select all
Error: Cannot find module 'griddb-node'
Require stack:
- /var/lib/gridstore/griddb-node-test/test.js
Code: Select all
npm ERR! code ENOVERSIONS
npm ERR! No versions available for griddb-node
/>[*]Node.js: 16.x
[*]GridDB: 5.7
Mobile version