ManomiteM
Convex Community2y ago
7 replies
Manomite

Error using npm convex dev

I keep getting this error when using the command...

[ERROR] Could not resolve "stream"

node_modules/jws/lib/sign-stream.js:5:21:
5 │ var Stream = require('stream');
~~~~

The package "stream" wasn't found on the file system but is built into node. Are you trying to
bundle for node? You can use "platform: 'node'" to do that, which will remove this error.

Am using node packages. Please what should I do...
Was this page helpful?