-
Notifications
You must be signed in to change notification settings - Fork 538
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
npm pack not packaging the dist directory #23
Comments
I'm seeing a similar issue, though it does look like the I have installed
If I try to import the package with
from a TypeScript file, I get these compiler errors
Examining the package tree, we see
It looks like the compiler fails when reading the
|
👍 I am having this issue as well. When do you expect this to be merged and released? |
I just installed the package and encountered a build error because the modules were not found in
index.ts
. At face value seems that the problem is thatindex.ts
should beindex.d.ts
but delving a bit deeper into the problem, it seems that the npm package does not contain the contents of the dist directory generated by an npm build (of the kubernetes-client project).The text was updated successfully, but these errors were encountered: