Manomite
CCConvex Community
•Created by Manomite on 2/20/2024 in #support-community
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...
8 replies