I’m trying to use a ftp client package from the repository but depending on the package I get different errors. I think I’m missing a structural point with vite and typescript here. What I do is npm install basic-ftp in my needle project and the setting the script up like so:
import { Behaviour, serializable } from "@needle-tools/engine";
import { Client } from "basic-ftp";
Do I have to add this to something else?
by user 334342083445784576