You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: