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 package for 4.0.0-alpha.3 has wrong 'main' field in package.json #20480

Closed
vit-lebediev opened this issue Aug 7, 2016 · 1 comment
Closed

Comments

@vit-lebediev
Copy link

npm package for 4.0.0-alpha.3 is missing ./dist/js/npm.js file, while it is specified as entry point in package.json ('main' field).

This, for example, causes node-resolve to fail when trying to resolve bootstrap.

This was introduces by PR #20072, but as I understand, author just forgot to change entry point.

This bug is really frustrating, as it stops people from using latest bootstrap with e.g. this great Angular2 tutorial: PatrickJS/PatrickJS-starter#215

@vit-lebediev vit-lebediev changed the title npm package for 4.0.0-alpha.3 is missing ./dist/js/npm.js file npm package for 4.0.0-alpha.3 has wrong 'main' field in package.json Aug 7, 2016
@cvrebert
Copy link
Collaborator

cvrebert commented Aug 7, 2016

Duplicate of #20383

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants