cap-js / cds-types

Type definitions for CDS
Apache License 2.0
9 stars 8 forks source link

`postinstall` script: support monorepos #191

Closed chgeo closed 1 month ago

chgeo commented 1 month ago

In monorepo setups cds-types might already be installed elsewhere (higher up), so find and use it as link target.

chgeo commented 1 month ago

@joergmann my new monorepo test fails on Windows with npm verbose stack Error: EPERM: operation not permitted, lstat 'C:\Users\RUNNER~1'

Can you make any sense out of it? Does the test run for you locally?

chgeo commented 1 month ago

@joergmann please make sure to have the latest non 10.8.2 installed.

joergmann commented 1 month ago

@chgeo fixed, will revistit to make it more robust

chgeo commented 1 month ago

@daogrady this is the PR by Joerg and me, targeting the next cds-types patch.

daogrady commented 1 month ago

Very valuable contribution, thank you both! I only added some minor nits, but I think this is good to go.