tom - Hey, is BuildShip still active? This used...
Hey, is BuildShip still active? This used to rather active community, now it just seems to be about self-promotion? π
4 Replies
Hey @tom YES, we're an active community!
The ongoing support conversation here - https://discord.com/channels/853498675484819476/1148985716651597944
Most of them are handled through our in-app support form. Is there anything you need assistance with?
Wonderful π I was wondering if there have been any recent changes on how we import external dependencies? I have a flow which used to work perfectly, last changes to it were done in April and now from 14th this month it keeps failing, no changes to the flow nor the client
I'm trying to import import { Buffer } from "buffer";
and I found some doc that says that nowadays you should also have the imports in Node's Settings as NPM packages, but I fail to understand how can I use that or what is expected of me
don't destructure the imports unless required (specified in the library). you can only use named imports in your node logic
Use the above sample to know more about the buffer and named imports usage. Also, you can always use the AI builder to create a node with the correct and supported imports.
Thank you, sir. Still a bit confused how it worked before, but got it working again. Thank you Gaurav π