You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install the eoapi-cdk dependencies from package-lock.json (that is, run npm install from the root of the repo), I can then build the package successfully (i.e run afterwards npm run build)
however when I install dependencies from package.json (that is, delete package-lock.json and run npm install), I get JSII compilation errors when building the package.
I suspect that at some point we changed package.json (and broke it) without changing the lock file (which still works).
The text was updated successfully, but these errors were encountered:
When I :
eoapi-cdk
dependencies frompackage-lock.json
(that is, runnpm install
from the root of the repo), I can then build the package successfully (i.e run afterwardsnpm run build
)package.json
(that is, deletepackage-lock.json
and runnpm install
), I get JSII compilation errors when building the package.I suspect that at some point we changed
package.json
(and broke it) without changing the lock file (which still works).The text was updated successfully, but these errors were encountered: