-
Notifications
You must be signed in to change notification settings - Fork 16
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
Main entry point build/index.js does not exist #27
Comments
Or since the jest-watch-typeahead/package.json Lines 13 to 14 in e63c2f3
|
Or the |
In any case, there's no
|
This is a great point! Even though this package is meant to be used as @SimenB should we make |
Yeah, that makes sense to me! |
@paulyoung PR is more than welcome! |
Just stumbled across this trying to register |
Yeah, I think I agree with that. Throwing and asking user to be explicit makes sense to me |
Published in 0.3.1 🙂 |
Please forgive me if I misunderstand how this package is intended to be used, but I encountered an error when using a tool called nixfromnpm due to the fact that the
main
field ofpackage.json
points to a nonexistent file.jest-watch-typeahead/package.json
Line 4 in e63c2f3
I see the same issue on unpkg: https://unpkg.com/jest-watch-typeahead@0.2.1
I thought that maybe there was something like an npm prepare script that both nixfromnpm and unpkg aren't running but it doesn't seem like it from looking in
package.json
.I think what may be happening is that
build/
is not being published because of the.gitignore
file, and that this project also needs a.npmignore
file.jest-watch-typeahead/.gitignore
Line 2 in e63c2f3
The text was updated successfully, but these errors were encountered: