I HAVE 2 ISSUES HERE.
#1 - I DID TEST FOR DEPENCENCY INSTALL >>
import axios from “axios”;
export default async function run({execution_id, input, data}) { const response = await axios.get(“https://api.github.com/”); return { data: response.data }; }
AND RUN. GOT THIS FLAG ALL DAY LONG → “Installing dependencies is not finished yet Error code: latenode.builder.not_build_yet”
#2 - I GOT → “Failed to install dependencies for JS node. You may have specified non-existent modules”
import { createClient } from “@supabase/supabase-js”;
import PDFDocument from “pdfkit”;
import { PDFDocument as PDFLibDocument, rgb, degrees } from “pdf-lib”;
I run scenario in OFF and ON active mode, getting the same result,
The existing pipeline have no problem running individually or end to end. The new node is 100% MIRROR THE EXISTING NODE (same imports) with additional rendering instruction part. that call the same dependencies. GOT FLAG. SO I test a simple import (REFER ISSUE #1)