Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSII compilation errors when building using dependencies from package.json #98

Closed
emileten opened this issue Feb 23, 2024 · 0 comments · Fixed by #97
Closed

JSII compilation errors when building using dependencies from package.json #98

emileten opened this issue Feb 23, 2024 · 0 comments · Fixed by #97

Comments

@emileten
Copy link
Contributor

When I :

  • 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).

@emileten emileten linked a pull request Feb 23, 2024 that will close this issue
1 task
@emileten emileten mentioned this issue Feb 23, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant