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

npm pack and install from local folder #4

Closed
BryanWilhite opened this issue Oct 28, 2018 · 2 comments
Closed

npm pack and install from local folder #4

BryanWilhite opened this issue Oct 28, 2018 · 2 comments
Assignees

Comments

@BryanWilhite BryanWilhite self-assigned this Oct 28, 2018
BryanWilhite added a commit that referenced this issue Feb 18, 2019
@BryanWilhite
Copy link
Owner Author

i repacked without a dist/ folder because i am an idiot—and really, i am trying to avoid using what appears to be a hand-coded index.js file in the root of the rxjs repo (that uses typescript for everything except this file)

all of these tricks are needed to avoid copying package.json to the dist/ folder which is the accepted solution for this issue: npm/npm#10996

If I understand the docs correctly main should solve it. But it does not work: "main": "dist/index.js" @jonashartwig

@BryanWilhite
Copy link
Owner Author

packing without the dist/ does not have the intended effect

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

No branches or pull requests

1 participant