Closed Sarthak-Kakkar-03 closed 2 months ago
it works, all code runs with continuous integration
In that case, how can I bypass this error/run this code? I am unable to find concrete documentation for the same. Until this error, multiple errors kept popping up and I kept updating the libraries for some other error. How do I fix that? Or am I going the wrong way about running the code? It am just trying to transpile ABAP files to JS while making it recognize my env variables, which I cannot do on the web version.
also check the github actions, which runs without problems, https://github.com/abaplint/transpiler/tree/main/.github/workflows
I just checked the installation myself - new folder. git clone, npm install, npm run test it works (the installation)
On Thu, Sep 26, 2024 at 6:18 PM Lars Hvam @.***> wrote:
also check the github actions, which runs without problems, https://github.com/abaplint/transpiler/tree/main/.github/workflows
— Reply to this email directly, view it on GitHub https://github.com/abaplint/transpiler/issues/1445#issuecomment-2377406959, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6SQV7NT5G2TDLHZJCELDLZYQXVHAVCNFSM6AAAAABJ5Q37ZOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZXGQYDMOJVHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
thanks, closing
Neither npm install nor npm ci end up downloading all the dependencies appropriately, which leads to the endless cycle of having to test, let it fail and then downloading the needed dependency.