transpiler icon indicating copy to clipboard operation
transpiler copied to clipboard

Package-json not consistent with the required dependencies

Open Sarthak-Kakkar-03 opened this issue 1 year ago • 3 comments

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

Sarthak-Kakkar-03 avatar Jun 26 '24 09:06 Sarthak-Kakkar-03

it works, all code runs with continuous integration

larshp avatar Jun 30 '24 10:06 larshp

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.

Sarthak-Kakkar-03 avatar Jun 30 '24 10:06 Sarthak-Kakkar-03

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

larshp avatar Jun 30 '24 10:06 larshp

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

larshp avatar Sep 26 '24 16:09 larshp

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

arcanist123 avatar Sep 27 '24 06:09 arcanist123

thanks, closing

larshp avatar Sep 27 '24 06:09 larshp