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
A couple of months ago we TFS users have encountered a problem with core-js. The core-js package was containing some files wth a dollar sign ($) which is not allowed in TFS source control.
This was fixed in core-js 2.0.0 which was released on 12-24-2015.
Problem is... fbjs is still using core-js 1.2.6, and this prevents us from commiting our node_modules directory to TFS. Actually we're using React which references fbjs.
Hello,
A couple of months ago we TFS users have encountered a problem with core-js. The core-js package was containing some files wth a dollar sign ($) which is not allowed in TFS source control.
This was fixed in core-js 2.0.0 which was released on 12-24-2015.
Problem is... fbjs is still using core-js 1.2.6, and this prevents us from commiting our node_modules directory to TFS. Actually we're using React which references fbjs.
+-- react@15.0.1
| +-- fbjs@0.8.1
| | +-- babel-plugin-syntax-flow@6.5.0
| | |
-- babel-runtime@5.8.38 | | +-- core-js@1.2.6 | | +-- isomorphic-fetch@2.2.1 | | |
-- node-fetch@1.5.1| | | +-- encoding@0.1.12
| | | |
-- iconv-lite@0.4.13 | | |
-- is-stream@1.1.0| | +-- promise@7.1.1
| | |
-- asap@2.0.3 | |
-- ua-parser-js@0.7.10|
-- loose-envify@1.1.0 |
-- js-tokens@1.0.3So do you have plans, in a not too distant future, to switch to core-js 2?
To be honest I'm not a super specialist of NPM. Do you know if, in the interval, there's a way I could force fbjs to use last core-js version?
The text was updated successfully, but these errors were encountered: