abaplint / transpiler

ABAP to JS transpiler & runtime
https://transpiler.abaplint.org
MIT License
82 stars 23 forks source link

Package-json not consistent with the required dependencies #1445

Closed Sarthak-Kakkar-03 closed 2 months ago

Sarthak-Kakkar-03 commented 5 months ago

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. image

larshp commented 5 months ago

it works, all code runs with continuous integration

Sarthak-Kakkar-03 commented 5 months ago

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.

larshp commented 5 months ago

https://github.com/abaplint/transpiler/blob/main/README.md#development

larshp commented 2 months ago

also check the github actions, which runs without problems, https://github.com/abaplint/transpiler/tree/main/.github/workflows

arcanist123 commented 2 months ago

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: @.***>

larshp commented 2 months ago

thanks, closing