René's URL Explorer Experiment


Title: Can't install @angular/core · Issue #3656 · angular/angular-cli · GitHub

Open Graph Title: Can't install @angular/core · Issue #3656 · angular/angular-cli

X Title: Can't install @angular/core · Issue #3656 · angular/angular-cli

Description: I am trying to install these packages: npm install --save @angular/common@2.0.0-rc.1 @angular/compiler@2.0.0-rc.1 @angular/core@2.0.0-rc.1 @angular/http@2.0.0-rc.1 @angular/platform-browser@2.0.0-rc.1 @angular/platform-browser-dynamic@2....

Open Graph Description: I am trying to install these packages: npm install --save @angular/common@2.0.0-rc.1 @angular/compiler@2.0.0-rc.1 @angular/core@2.0.0-rc.1 @angular/http@2.0.0-rc.1 @angular/platform-browser@2.0.0-r...

X Description: I am trying to install these packages: npm install --save @angular/common@2.0.0-rc.1 @angular/compiler@2.0.0-rc.1 @angular/core@2.0.0-rc.1 @angular/http@2.0.0-rc.1 @angular/platform-browser@2.0.0-r...

Opengraph URL: https://github.com/angular/angular-cli/issues/3656

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Can't install @angular/core","articleBody":"I am trying to install these packages:\r\n\r\n```\r\nnpm install --save @angular/common@2.0.0-rc.1 @angular/compiler@2.0.0-rc.1 @angular/core@2.0.0-rc.1 @angular/http@2.0.0-rc.1 @angular/platform-browser@2.0.0-rc.1 @angular/platform-browser-dynamic@2.0.0-rc.1 @angular/router@2.0.0-rc.1 es6-shim@0.35.0 lodash@4.13.1 ng2-bootstrap@1.0.16 reflect-metadata@0.1.3 rxjs@5.0.0-beta.6 systemjs@0.19.26 zone.js@0.6.12\r\n```\r\n\r\nI get\r\n\r\n```\r\nangular2-electron-starter@0.3.0 /Users/aymon/Documents/workspace/Fun/MyProjects/ngCouponCat/Practice/angular2-electron-starter\r\n├── @angular/common@2.0.0-rc.1\r\n├── @angular/compiler@2.0.0-rc.1\r\n├── @angular/core@2.0.0-rc.1\r\n├── @angular/http@2.0.0-rc.1\r\n├── @angular/platform-browser@2.0.0-rc.1\r\n├── @angular/platform-browser-dynamic@2.0.0-rc.1\r\n├── @angular/router@2.0.0-rc.1\r\n├── es6-shim@0.35.0\r\n├── lodash@4.13.1\r\n├─┬ ng2-bootstrap@1.0.16\r\n│ └── moment@2.13.0\r\n├── reflect-metadata@0.1.3\r\n├── rxjs@5.0.0-beta.6\r\n├─┬ systemjs@0.19.26\r\n│ └── when@3.7.7\r\n└── zone.js@0.6.12\r\n```\r\nGreat, everything installed, let's check what's installed.\r\n\r\n```\r\nAymons-MacBook-Air:angular2-electron-starter aymon$ npm list --depth=0\r\nangular2-electron-starter@0.3.0 /Users/aymon/Documents/workspace/Fun/MyProjects/ngCouponCat/Practice/angular2-electron-starter\r\n├── @angular/common@2.0.0-rc.1\r\n├── @angular/compiler@2.0.0-rc.1\r\n├── @angular/core@2.0.0-rc.1\r\n├── UNMET DEPENDENCY @angular/forms@~2.1.0\r\n├── @angular/http@2.0.0-rc.1\r\n├── @angular/platform-browser@2.0.0-rc.1\r\n├── @angular/platform-browser-dynamic@2.0.0-rc.1\r\n├── @angular/router@2.0.0-rc.1\r\n├── UNMET DEPENDENCY core-js@^2.4.1\r\n├── es6-shim@0.35.0\r\n├── lodash@4.13.1\r\n├── ng2-bootstrap@1.0.16\r\n├── reflect-metadata@0.1.3\r\n├── rxjs@5.0.0-beta.6\r\n├── systemjs@0.19.26\r\n├── UNMET DEPENDENCY ts-helpers@^1.1.1\r\n└── zone.js@0.6.12\r\n\r\nnpm ERR! missing: @angular/forms@~2.1.0, required by angular2-electron-starter@0.3.0\r\nnpm ERR! missing: core-js@^2.4.1, required by angular2-electron-starter@0.3.0\r\nnpm ERR! missing: ts-helpers@^1.1.1, required by angular2-electron-starter@0.3.0\r\n```\r\n\r\noh noez! Ok I guess I install `forms` now. \r\n\r\n```\r\nAymons-MacBook-Air:angular2-electron-starter aymon$ npm install --save @angular/forms@~2.1.0\r\nangular2-electron-starter@0.3.0 /Users/aymon/Documents/workspace/Fun/MyProjects/ngCouponCat/Practice/angular2-electron-starter\r\n├── UNMET PEER DEPENDENCY @angular/common@2.0.0-rc.1\r\n├── UNMET PEER DEPENDENCY @angular/core@2.0.0-rc.1\r\n└── @angular/forms@2.1.2\r\n\r\nnpm WARN @angular/forms@2.1.2 requires a peer of @angular/core@2.1.2 but none was installed.\r\nnpm WARN @angular/forms@2.1.2 requires a peer of @angular/common@2.1.2 but none was installed.\r\n```\r\n```\r\nAymons-MacBook-Air:angular2-electron-starter aymon$ npm list --depth=0\r\nangular2-electron-starter@0.3.0 /Users/aymon/Documents/workspace/Fun/MyProjects/ngCouponCat/Practice/angular2-electron-starter\r\n├── UNMET PEER DEPENDENCY @angular/common@2.0.0-rc.1\r\n├── @angular/compiler@2.0.0-rc.1\r\n├── UNMET PEER DEPENDENCY @angular/core@2.0.0-rc.1\r\n├── @angular/forms@2.1.2\r\n├── @angular/http@2.0.0-rc.1\r\n├── @angular/platform-browser@2.0.0-rc.1\r\n├── @angular/platform-browser-dynamic@2.0.0-rc.1\r\n├── @angular/router@2.0.0-rc.1\r\n├── UNMET DEPENDENCY core-js@^2.4.1\r\n├── es6-shim@0.35.0\r\n├── lodash@4.13.1\r\n├── ng2-bootstrap@1.0.16\r\n├── reflect-metadata@0.1.3\r\n├── rxjs@5.0.0-beta.6\r\n├── systemjs@0.19.26\r\n├── UNMET DEPENDENCY ts-helpers@^1.1.1\r\n└── zone.js@0.6.12\r\n\r\nnpm ERR! peer dep missing: @angular/common@2.1.2, required by @angular/forms@2.1.2\r\nnpm ERR! peer dep missing: @angular/core@2.1.2, required by @angular/forms@2.1.2\r\nnpm ERR! missing: core-js@^2.4.1, required by angular2-electron-starter@0.3.0\r\nnpm ERR! missing: ts-helpers@^1.1.1, required by angular2-electron-starter@0.3.0\r\n```\r\n\r\nIt UNINSTALLED core?? What am I doing wrong here...\r\n\r\nSo I deleted the `node_modules` folder and then tried installing it all at once since that seemed to work...\r\n\r\n```\r\nAymons-MacBook-Air:angular2-electron-starter aymon$ npm install --save @angular/common@2.0.0-rc.1 @angular/compiler@2.0.0-rc.1 @angular/core@2.0.0-rc.1 @angular/http@2.0.0-rc.1 @angular/platform-browser@2.0.0-rc.1 @angular/platform-browser-dynamic@2.0.0-rc.1 @angular/router@2.0.0-rc.1 es6-shim@0.35.0 lodash@4.13.1 ng2-bootstrap@1.0.16 reflect-metadata@0.1.3 rxjs@5.0.0-beta.6 systemjs@0.19.26 zone.js@0.6.12 @angular/forms@~2.1.0 core-js@^2.4.1 ts-helpers@^1.1.1\r\nangular2-electron-starter@0.3.0 /Users/aymon/Documents/workspace/Fun/MyProjects/ngCouponCat/Practice/angular2-electron-starter\r\n├── UNMET PEER DEPENDENCY @angular/common@2.0.0-rc.1\r\n├── @angular/compiler@2.0.0-rc.1\r\n├── UNMET PEER DEPENDENCY @angular/core@2.0.0-rc.1\r\n├── @angular/forms@2.1.2\r\n├── @angular/http@2.0.0-rc.1\r\n├── @angular/platform-browser@2.0.0-rc.1\r\n├── @angular/platform-browser-dynamic@2.0.0-rc.1\r\n├── @angular/router@2.0.0-rc.1\r\n├── core-js@2.4.1\r\n├── es6-shim@0.35.0\r\n├── lodash@4.13.1\r\n├─┬ ng2-bootstrap@1.0.16\r\n│ └── moment@2.13.0\r\n├── reflect-metadata@0.1.3\r\n├── rxjs@5.0.0-beta.6\r\n├─┬ systemjs@0.19.26\r\n│ └── when@3.7.7\r\n├── ts-helpers@1.1.2\r\n└── zone.js@0.6.12\r\n\r\nnpm WARN ts-helpers@1.1.2 requires a peer of typescript@\u003e=1.8.0  \u003c2.1.0 || \u003e=1.9.0-dev || \u003e=2.0.0-dev || || \u003e=2.1.0-dev but none was installed.\r\nnpm WARN @angular/forms@2.1.2 requires a peer of @angular/core@2.1.2 but none was installed.\r\nnpm WARN @angular/forms@2.1.2 requires a peer of @angular/common@2.1.2 but none was installed.\r\n```\r\n\r\nnope, no angular core. Do I have a completely broken machine or setup here?\r\n","author":{"url":"https://github.com/invious","@type":"Person","name":"invious"},"datePublished":"2016-12-20T20:13:39.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/3656/angular-cli/issues/3656"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:180a5e98-a17c-ae3e-7bbf-6a730f82c671
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBB94:333AB7:506D48:654AE9:6976AEFB
html-safe-nonceb6f470ba77594abd47e97b270ebd6303c550d7e45f6389a55fa010fa2cbfcd14
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQjk0OjMzM0FCNzo1MDZENDg6NjU0QUU5OjY5NzZBRUZCIiwidmlzaXRvcl9pZCI6IjQxMDY3NzAyNzQ3NjQzNjk2NTkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac0572b7c08356c6f3ef1a42487297e80abf076d7cdf661b02e1ffe49997e1af54
hovercard-subject-tagissue:196769249
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/angular/angular-cli/3656/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d1a9a6ed70cd427c36eac1b8d50ee2123e508ea791a72b31463d0b5232f17759/angular/angular-cli/issues/3656
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d1a9a6ed70cd427c36eac1b8d50ee2123e508ea791a72b31463d0b5232f17759/angular/angular-cli/issues/3656
og:image:altI am trying to install these packages: npm install --save @angular/common@2.0.0-rc.1 @angular/compiler@2.0.0-rc.1 @angular/core@2.0.0-rc.1 @angular/http@2.0.0-rc.1 @angular/platform-browser@2.0.0-r...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameinvious
hostnamegithub.com
expected-hostnamegithub.com
None032152924a283b83384255d9489e7b93b54ba01da8d380b05ecd3953b3212411
turbo-cache-controlno-preview
go-importgithub.com/angular/angular-cli git https://github.com/angular/angular-cli.git
octolytics-dimension-user_id139426
octolytics-dimension-user_loginangular
octolytics-dimension-repository_id36891867
octolytics-dimension-repository_nwoangular/angular-cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id36891867
octolytics-dimension-repository_network_root_nwoangular/angular-cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5b577f6be6482e336e3c30e8daefa30144947b17
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/angular/angular-cli/issues/3656#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-cli%2Fissues%2F3656
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-cli%2Fissues%2F3656
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=angular%2Fangular-cli
Reloadhttps://github.com/angular/angular-cli/issues/3656
Reloadhttps://github.com/angular/angular-cli/issues/3656
Reloadhttps://github.com/angular/angular-cli/issues/3656
angular https://github.com/angular
angular-clihttps://github.com/angular/angular-cli
Notifications https://github.com/login?return_to=%2Fangular%2Fangular-cli
Fork 11.9k https://github.com/login?return_to=%2Fangular%2Fangular-cli
Star 27k https://github.com/login?return_to=%2Fangular%2Fangular-cli
Code https://github.com/angular/angular-cli
Issues 265 https://github.com/angular/angular-cli/issues
Pull requests 30 https://github.com/angular/angular-cli/pulls
Actions https://github.com/angular/angular-cli/actions
Security 1 https://github.com/angular/angular-cli/security
Insights https://github.com/angular/angular-cli/pulse
Code https://github.com/angular/angular-cli
Issues https://github.com/angular/angular-cli/issues
Pull requests https://github.com/angular/angular-cli/pulls
Actions https://github.com/angular/angular-cli/actions
Security https://github.com/angular/angular-cli/security
Insights https://github.com/angular/angular-cli/pulse
New issuehttps://github.com/login?return_to=https://github.com/angular/angular-cli/issues/3656
New issuehttps://github.com/login?return_to=https://github.com/angular/angular-cli/issues/3656
Can't install @angular/corehttps://github.com/angular/angular-cli/issues/3656#top
https://github.com/invious
https://github.com/invious
invioushttps://github.com/invious
on Dec 20, 2016https://github.com/angular/angular-cli/issues/3656#issue-196769249
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.