npm init
npm install
Test:
npm test
Add this in in package.json {"type": "module"}
{ "name": "servicename", "version": "1.0.0", "type": "module", "description": "Service", "dependencies": { "@grpc/proto-loader": "0.5.3", "@grpc/grpc-js": "1.4.4" } }
node archivo.js
nodemon archivo.js