This causes running `pnpm import` directly to fail ``` Scope: all 4 workspace projects Progress: resolved 1, reused 0, downloaded 0, added 0 . | WARN deprecated @babel/plugin-proposal-async-generator-functions@7.20.7 . | WARN deprecated gulp-conventional-changelog@5.0.0 . | WARN deprecated angular@1.5.11 . | WARN deprecated angular@1.6.10 . | WARN deprecated angular@1.7.9 . | WARN deprecated angular@1.8.3 . | WARN deprecated protractor@7.0.0 . | WARN deprecated tslint@6.1.3 Progress: resolved 177, reused 1, downloaded 0, added 0 Packages are hard linked from the content-addressable store to the virtual store. Content-addressable store is at: /tmp/renovate/cache/others/pnpm-store/v3 Virtual store is at: node_modules/.pnpm Progress: resolved 323, reused 2, downloaded 1, added 0 Progress: resolved 833, reused 2, downloaded 1, added 0 Progress: resolved 1565, reused 2, downloaded 1, added 0 Progress: resolved 2264, reused 2, downloaded 1, added 0 ERR_PNPM_NO_MATCHING_VERSION No matching version found for @angular/compiler@0.0.0-PLACEHOLDER This error happened while installing a direct dependency of /tmp/renovate/repos/github/angular/angular The latest release of @angular/compiler is "19.2.10". Other releases are: * v4-lts: 4.4.7 * v5-lts: 5.2.11 * v6-lts: 6.1.10 * v7-lts: 7.2.15 * v8-lts: 8.2.14 * v9-lts: 9.1.13 * v10-lts: 10.2.5 * v11-lts: 11.2.14 * v12-lts: 12.2.17 * v14-lts: 14.3.0 * v13-lts: 13.4.0 * v15-lts: 15.2.10 * v16-lts: 16.2.12 * v17-lts: 17.3.12 * v18-lts: 18.2.13 * next: 20.0.0-rc.0 If you need the full list of all 906 published versions run "$ pnpm view @angular/compiler versions". ``` PR Close #61360 |
||
|---|---|---|
| .aspect/rules/external_repository_action_cache | ||
| .devcontainer | ||
| .github | ||
| .husky | ||
| .ng-dev | ||
| .vscode | ||
| .yarn | ||
| adev | ||
| contributing-docs | ||
| devtools | ||
| goldens | ||
| integration | ||
| modules | ||
| packages | ||
| scripts | ||
| third_party | ||
| tools | ||
| .bazelignore | ||
| .bazelrc | ||
| .bazelversion | ||
| .clang-format | ||
| .editorconfig | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmessage | ||
| .mailmap | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| .pullapprove.yml | ||
| .yarnrc | ||
| browser-providers.conf.d.ts | ||
| browser-providers.conf.js | ||
| BUILD.bazel | ||
| CHANGELOG.md | ||
| CHANGELOG_ARCHIVE.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| gulpfile.js | ||
| karma-js.conf.js | ||
| LICENSE | ||
| package.json | ||
| packages.bzl | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| renovate.json | ||
| SECURITY.md | ||
| tsconfig-tslint.json | ||
| tslint.json | ||
| WORKSPACE | ||
| yarn.bzl | ||
| yarn.lock | ||
Angular - The modern web developer's platform
Angular is a development platform for building mobile and desktop web applications
using TypeScript/JavaScript and other languages.
Contributing Guidelines
·
Submit an Issue
·
Blog
Documentation
Get started with Angular, learn the fundamentals and explore advanced topics on our documentation website.
Advanced
Local Development
To contribute to the Angular Docs, check out the Angular.dev README
Development Setup
Prerequisites
- Install Node.js which includes Node Package Manager
Setting Up a Project
Install the Angular CLI globally:
npm install -g @angular/cli
Create workspace:
ng new [PROJECT NAME]
Run the application:
cd [PROJECT NAME]
ng serve
Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.
Quickstart
Ecosystem
Changelog
Learn about the latest improvements.
Upgrading
Check out our upgrade guide to find out the best way to upgrade your project.
Contributing
Contributing Guidelines
Read through our contributing guidelines to learn about our submission process, coding rules, and more.
Want to Help?
Want to report a bug, contribute some code, or improve the documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.
Code of Conduct
Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.
Community
Join the conversation and help the community.
- X (formerly Twitter)
- Bluesky
- Discord
- YouTube
- StackOverflow
- Find a Local Meetup
Love Angular? Give our repo a star ⭐ ⬆️.