Skip to content

Commit

Permalink
Merge pull request #452 from adalbertoteixeira/bugfix/add-core-js-dep…
Browse files Browse the repository at this point in the history
…endency

add required dependency core-js
  • Loading branch information
koistya committed Feb 20, 2016
2 parents 860a403 + 2a08ca5 commit 79e5575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"browser-sync": "^2.11.1",
"core-js": "^2.1.0",
"css-loader": "^0.23.1",
"csscomb": "^3.1.8",
"del": "^2.2.0",
Expand Down

5 comments on commit 79e5575

@inian
Copy link

@inian inian commented on 79e5575 Feb 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think core-js is directly used in the project. Just doing an npm install installs core-js because it is a dependency of a dependency I guess..
Why do we need to put this specifically in package.json?

@koistya
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@inian it seems like many guys are bumping into this issue, this is hacky, yeah.. do you have a better solution?

@inian
Copy link

@inian inian commented on 79e5575 Feb 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its because they are using npm2 right?
#417

@koistya
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep

@koistya
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NPM, somehow installs this missing dependency in one of the referenced NPM packages. I don't know how :) And we don't know what NPM package causes this trouble yet.

Please sign in to comment.