Cockpit depends of babel, and babel-cli has been moved to babel-cli package.
--
Lucas Castro
On 28.10.2016 05:36, Lucas Castro wrote:
Cockpit depends of babel, and babel-cli has been moved to babel-cli package.
Does 'npm install' fail for you? It still works here. Or is this a packaging issue?
Note that we depend on an old version of babel. The newer versions have gotten quite bloated ... so we've stuck with an older 5.x one for the time being.
Stef
On 28-10-2016 06:58, Stef Walter wrote:
On 28.10.2016 05:36, Lucas Castro wrote:
Cockpit depends of babel, and babel-cli has been moved to babel-cli package.
Does 'npm install' fail for you? It still works here. Or is this a packaging issue?
Note that we depend on an old version of babel. The newer versions have gotten quite bloated ... so we've stuck with an older 5.x one for the time being.
Is there works about upgrade to 6.x? Because I'm working on packaing cockpit for Debian.
On 28-10-2016 06:58, Stef Walter wrote:
On 28.10.2016 05:36, Lucas Castro wrote:
Cockpit depends of babel, and babel-cli has been moved to babel-cli package.
Does 'npm install' fail for you? It still works here. Or is this a packaging issue?
Note that we depend on an old version of babel. The newer versions have gotten quite bloated ... so we've stuck with an older 5.x one for the time being.
I don't know about bloated. what I've noticed is babel has split in various plugins and what you were using has changed the uptream name to bable-cli package, so I think is just change the dependence from babel to babel-cli.
-- Lucas Castro
Stef
cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-leave@lists.fedorahosted.org
On 28.10.2016 15:21, Lucas Castro wrote:
On 28-10-2016 06:58, Stef Walter wrote:
On 28.10.2016 05:36, Lucas Castro wrote:
Cockpit depends of babel, and babel-cli has been moved to babel-cli package.
Does 'npm install' fail for you? It still works here. Or is this a packaging issue?
Note that we depend on an old version of babel. The newer versions have gotten quite bloated ... so we've stuck with an older 5.x one for the time being.
I don't know about bloated. what I've noticed is babel has split in various plugins and what you were using has changed the uptream name to bable-cli package, so I think is just change the dependence from babel to babel-cli.
Makes sense.
We also don't need babel-cli any more. We need other babel packages, but the CLI is not in use. So I've removed it. In addition I've updated to 6.x to make the packaging easier.
Here's a pull request that does that:
https://github.com/cockpit-project/cockpit/pull/5265
Stef
On 28-10-2016 12:17, Stef Walter wrote:
On 28.10.2016 15:21, Lucas Castro wrote:
On 28-10-2016 06:58, Stef Walter wrote:
On 28.10.2016 05:36, Lucas Castro wrote:
Cockpit depends of babel, and babel-cli has been moved to babel-cli package.
Does 'npm install' fail for you? It still works here. Or is this a packaging issue?
Note that we depend on an old version of babel. The newer versions have gotten quite bloated ... so we've stuck with an older 5.x one for the time being.
I don't know about bloated. what I've noticed is babel has split in various plugins and what you were using has changed the uptream name to bable-cli package, so I think is just change the dependence from babel to babel-cli.
Makes sense.
We also don't need babel-cli any more. We need other babel packages, but the CLI is not in use. So I've removed it. In addition I've updated to 6.x to make the packaging easier.
Here's a pull request that does that:
https://github.com/cockpit-project/cockpit/pull/5265
Stef
cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-leave@lists.fedorahosted.org
Thanks for that, could please give a list of all those dependences updated? I need to package all them then, It'd be better to get done as soon as possible.
-- Lucas Castro
On 28.10.2016 17:52, Lucas Castro wrote:
On 28-10-2016 12:17, Stef Walter wrote:
On 28.10.2016 15:21, Lucas Castro wrote:
On 28-10-2016 06:58, Stef Walter wrote:
On 28.10.2016 05:36, Lucas Castro wrote:
Cockpit depends of babel, and babel-cli has been moved to babel-cli package.
Does 'npm install' fail for you? It still works here. Or is this a packaging issue?
Note that we depend on an old version of babel. The newer versions have gotten quite bloated ... so we've stuck with an older 5.x one for the time being.
I don't know about bloated. what I've noticed is babel has split in various plugins and what you were using has changed the uptream name to bable-cli package, so I think is just change the dependence from babel to babel-cli.
Makes sense.
We also don't need babel-cli any more. We need other babel packages, but the CLI is not in use. So I've removed it. In addition I've updated to 6.x to make the packaging easier.
Here's a pull request that does that:
https://github.com/cockpit-project/cockpit/pull/5265
Stef
cockpit-devel mailing list -- cockpit-devel@lists.fedorahosted.org To unsubscribe send an email to cockpit-devel-leave@lists.fedorahosted.org
Thanks for that, could please give a list of all those dependences updated? I need to package all them then, It'd be better to get done as soon as possible.
Sure here you go. These are the node modules used while developing Cockpit:
babel-core ~6.2.0 babel-loader ~6.2.0 babel-preset-es2015 ~6.2.0 babel-preset-react ~6.2.0 clean-css ~3.4.20 copy-webpack-plugin ~4.0.0 css-loader ~0.23.1 exports-loader ~0.6.3 extract-text-webpack-plugin ~1.0.1 extend ~3.0.0 html-webpack-plugin ~2.22.0 imports-loader ~0.6.5 jed ~1.1.1 jshint ~2.9.4 jshint-loader ~0.8.3 less ~2.5.0 less-loader ~2.2.3 po2json ~0.4.5 promise ~7.1.1 ng-cache-loader 0.0.16 raw-loader ~0.5.1 stdio ~0.2.7 strict-loader ~1.1.0 style-loader ~0.13.1 uglify-js ~2.7.4 webpack ~1.13.0
Stef
cockpit-devel@lists.fedorahosted.org