Package Details: angular-cli 17.3.0-1

Git Clone URL: https://aur.archlinux.org/angular-cli.git (read-only, click to copy)
Package Base: angular-cli
Description: CLI tool for Angular
Upstream URL: https://github.com/angular/angular-cli
Keywords: angular angular-cli cli
Licenses: MIT
Submitter: MazeChaZer
Maintainer: sodaplayer
Last Packager: sodaplayer
Votes: 29
Popularity: 0.125000
First Submitted: 2016-12-22 12:58 (UTC)
Last Updated: 2024-03-17 04:28 (UTC)

Dependencies (1)

Required by (3)

Sources (1)

Latest Comments

1 2 3 Next › Last »

sodaplayer commented on 2024-02-27 18:19 (UTC)

Hey everyone, I noticed this package was orphaned and decided to adopt it. If anyone else is interested in being its maintainer, let me know and I'll be happy to turn over ownership to you.

Thanks to the previous maintainers for regularly keeping up with the updates!

mcw commented on 2021-03-27 12:41 (UTC)

Everything's golden (in regards to the conflicts).

Thank you!

GFdevelop commented on 2021-03-27 11:30 (UTC)

I'm sorry for the issues, now work again, can you confirm?

mcw commented on 2021-03-24 12:01 (UTC)

The updates to the semver package remove conflict and render this package installable again.

I assume the same changes should be made to this package to prevent this from happening in the future.

totemfallico commented on 2021-03-24 09:37 (UTC)

If you updated but you can't run ng serve, just use npm start as a temporary workaround of the "Unknown error: TypeError: Cannot read property 'split' of undefined" error.

gdamjan commented on 2021-03-23 21:33 (UTC)

The issue with the conflict on the "root" node module is because, npm obviously removed the --user root option, and now it installs the root package.

I bet the semver package has the same issue… https://github.com/archlinux/svntogit-community/commit/26043d7e6b3646877236f9965f9ab06dcc9513bc

indeed

mcw commented on 2021-03-23 12:11 (UTC) (edited on 2021-03-23 12:11 (UTC) by mcw)

The latest version of this package is not installable. It conflicts with the package semver, which is needed by npm, which is needed to install the package.

(1/1) checking for file conflicts                                                          [##################################################] 100%
error: failed to commit transaction (conflicting files)
angular-cli: /usr/lib/node_modules/root/.travis.yml exists in filesystem     (owned by semver)
angular-cli: /usr/lib/node_modules/root/LICENSE exists in filesystem (owned by semver)
angular-cli: /usr/lib/node_modules/root/README.md exists in filesystem (owned by semver)
angular-cli: /usr/lib/node_modules/root/defaults.js exists in filesystem     (owned by semver)
angular-cli: /usr/lib/node_modules/root/index.js exists in filesystem (owned by semver)
.etc.....

GFdevelop commented on 2021-03-22 11:25 (UTC)

@freed00m you are right, I'm searching for this...

freed00m commented on 2021-03-21 17:18 (UTC)

I have trouble running it, some missing dependencies?

% ng new
Unknown error: TypeError: Cannot read property 'split' of undefined

GFdevelop commented on 2020-12-10 19:02 (UTC)

I am happy that you have solved your problem...thanks to having share your debug info with the community, can be usefull.