René's URL Explorer Experiment


Title: Unable to build NativeScript 5.4 application with nativescript-angular 8.0.2 · Issue #1914 · NativeScript/nativescript-angular · GitHub

Open Graph Title: Unable to build NativeScript 5.4 application with nativescript-angular 8.0.2 · Issue #1914 · NativeScript/nativescript-angular

X Title: Unable to build NativeScript 5.4 application with nativescript-angular 8.0.2 · Issue #1914 · NativeScript/nativescript-angular

Description: Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 5.4.2 Cross-platform modules: 5.4.3 Android...

Open Graph Description: Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 5.4...

X Description: Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 5.4...

Opengraph URL: https://github.com/NativeScript/nativescript-angular/issues/1914

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Unable to build NativeScript 5.4 application with nativescript-angular 8.0.2","articleBody":"**Environment**\r\nProvide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project):\r\n - CLI: 5.4.2\r\n - Cross-platform modules: 5.4.3\r\n - Android Runtime: 5.4.0\r\n - iOS Runtime: 5.4.2\r\n - Plugin(s):\r\n```JSON\r\n{\r\n  \"nativescript\": {\r\n    \"id\": \"org.nativescript.appNg54\",\r\n    \"tns-android\": {\r\n      \"version\": \"5.4.0\"\r\n    },\r\n    \"tns-ios\": {\r\n      \"version\": \"5.4.2\"\r\n    }\r\n  },\r\n  \"description\": \"NativeScript Application\",\r\n  \"license\": \"SEE LICENSE IN \u003cyour-license-filename\u003e\",\r\n  \"repository\": \"\u003cfill-your-repository-here\u003e\",\r\n  \"dependencies\": {\r\n    \"@angular/animations\": \"~8.0.0\",\r\n    \"@angular/common\": \"~8.0.0\",\r\n    \"@angular/compiler\": \"~8.0.0\",\r\n    \"@angular/core\": \"~8.0.0\",\r\n    \"@angular/forms\": \"~8.0.0\",\r\n    \"@angular/http\": \"~8.0.0-beta.10\",\r\n    \"@angular/platform-browser\": \"~8.0.0\",\r\n    \"@angular/platform-browser-dynamic\": \"~8.0.0\",\r\n    \"@angular/router\": \"~8.0.0\",\r\n    \"nativescript-angular\": \"~8.0.0\",\r\n    \"nativescript-theme-core\": \"~1.0.4\",\r\n    \"reflect-metadata\": \"~0.1.12\",\r\n    \"rxjs\": \"~6.5.0\",\r\n    \"tns-core-modules\": \"~5.4.0\",\r\n    \"zone.js\": \"~0.9.1\"\r\n  },\r\n  \"devDependencies\": {\r\n    \"@angular/compiler-cli\": \"~8.0.0\",\r\n    \"@ngtools/webpack\": \"~8.0.0\",\r\n    \"nativescript\": \"^5.4.2\",\r\n    \"nativescript-dev-typescript\": \"~0.10.0\",\r\n    \"nativescript-dev-webpack\": \"~0.24.0\"\r\n  },\r\n  \"gitHead\": \"8c1a4866a66daab09bf5ef8e5a96472687192373\",\r\n  \"readme\": \"NativeScript Application\"\r\n}\r\n```\r\n - NativeScript-Angular: 8.0.2\r\n - Angular: 8\r\n \r\n**Describe the bug**\r\nWhen trying to build NativeScript application created with 5.4, the application suddenly failed to build. In package.json of the project, the `nativescript-angular` is referenced with `~8.0.0`, which suddenly installed 8.0.2 of the package. After trying to build the application (with bundle workflow) an error occured:\r\n`tns build android`:\r\n```\r\nERROR in ../node_modules/nativescript-angular/element-registry.js\r\nModule not found: Error: Can't resolve 'tns-core-modules/ui/bottom-navigation' in 'D:\\Work\\nativescript-cli\\scratch\\appNg54\\node_modules\\nativescript-angular'\r\n @ ../node_modules/nativescript-angular/element-registry.js 142:57-105\r\n @ ../node_modules/nativescript-angular/renderer.js\r\n @ ../node_modules/nativescript-angular/nativescript.module.js\r\n @ ./app/app.module.ts\r\n @ ./main.ts\r\n\r\nERROR in ../node_modules/nativescript-angular/element-registry.js\r\nModule not found: Error: Can't resolve 'tns-core-modules/ui/tab-navigation-base/tab-content-item' in 'D:\\Work\\nativescript-cli\\scratch\\appNg54\\node_modules\\nativescript-angular'\r\n @ ../node_modules/nativescript-angular/element-registry.js 172:55-122\r\n @ ../node_modules/nativescript-angular/renderer.js\r\n @ ../node_modules/nativescript-angular/nativescript.module.js\r\n @ ./app/app.module.ts\r\n @ ./main.ts\r\n\r\nERROR in ../node_modules/nativescript-angular/element-registry.js\r\nModule not found: Error: Can't resolve 'tns-core-modules/ui/tab-navigation-base/tab-strip' in 'D:\\Work\\nativescript-cli\\scratch\\appNg54\\node_modules\\nativescript-angular'\r\n @ ../node_modules/nativescript-angular/element-registry.js 170:49-109\r\n @ ../node_modules/nativescript-angular/renderer.js\r\n @ ../node_modules/nativescript-angular/nativescript.module.js\r\n @ ./app/app.module.ts\r\n @ ./main.ts\r\n\r\nERROR in ../node_modules/nativescript-angular/element-registry.js\r\nModule not found: Error: Can't resolve 'tns-core-modules/ui/tab-navigation-base/tab-strip-item' in 'D:\\Work\\nativescript-cli\\scratch\\appNg54\\node_modules\\nativescript-angular'\r\n @ ../node_modules/nativescript-angular/element-registry.js 171:53-118\r\n @ ../node_modules/nativescript-angular/renderer.js\r\n @ ../node_modules/nativescript-angular/nativescript.module.js\r\n @ ./app/app.module.ts\r\n @ ./main.ts\r\n\r\nERROR in ../node_modules/nativescript-angular/element-registry.js\r\nModule not found: Error: Can't resolve 'tns-core-modules/ui/tabs' in 'D:\\Work\\nativescript-cli\\scratch\\appNg54\\node_modules\\nativescript-angular'\r\n @ ../node_modules/nativescript-angular/element-registry.js 173:45-80\r\n @ ../node_modules/nativescript-angular/renderer.js\r\n @ ../node_modules/nativescript-angular/nativescript.module.js\r\n @ ./app/app.module.ts\r\n @ ./main.ts\r\nWebpack compilation complete.\r\nExecuting webpack failed with exit code 2.\r\n```\r\n\r\n**To Reproduce**\r\n1. Install nativescript  CLI 5.4.x: `npm i -g nativescript@5.4`\r\n2. Create new application with the currently installed CLI: `tns create myApp --ng`\r\n3. Try to build the application: `cd myApp \u0026\u0026 tns build android`\r\nThe build will fail.\r\n\r\n**Expected behavior**\r\nPatch version of the package should not break existing applications.\r\n\r\n**Workaround**: \r\nHardcode version 8.0.1 of `nativescript-angular` in the project's package.json:\r\n```\r\nnpm i --save --save-exact nativescript-angular@8.0.1\r\n```","author":{"url":"https://github.com/rosen-vladimirov","@type":"Person","name":"rosen-vladimirov"},"datePublished":"2019-07-22T20:07:07.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/1914/nativescript-angular/issues/1914"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:cfaa6386-b79a-e086-c4b6-793e28c99165
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB596:1419BC:37A4057:4D24A84:6977CBE4
html-safe-nonce3237b427bd0076460a402bafd444c82d769000074a248ee4843ee467cb958218
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNTk2OjE0MTlCQzozN0E0MDU3OjREMjRBODQ6Njk3N0NCRTQiLCJ2aXNpdG9yX2lkIjoiOTAxNzgzNjMzNTcyNDQ4MTUwOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacefcaef786d45c4239c9c70df483182a854fa10eeb34a4c95dc014259a8a358f9
hovercard-subject-tagissue:471296813
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/NativeScript/nativescript-angular/1914/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b1659ab48e59c929d2d8d87c9823976742c7ab3542c3f9d48e02ec762aed8a35/NativeScript/nativescript-angular/issues/1914
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b1659ab48e59c929d2d8d87c9823976742c7ab3542c3f9d48e02ec762aed8a35/NativeScript/nativescript-angular/issues/1914
og:image:altEnvironment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 5.4...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamerosen-vladimirov
hostnamegithub.com
expected-hostnamegithub.com
None173f8c2eae2e017de550dd28a9ea88ad5c1e52c70df7ea05bcd820330b3b2fec
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/nativescript-angular git https://github.com/NativeScript/nativescript-angular.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id35951404
octolytics-dimension-repository_nwoNativeScript/nativescript-angular
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id35951404
octolytics-dimension-repository_network_root_nwoNativeScript/nativescript-angular
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
release7b19554cad55a536fac18eeedb416dd87c37b1f5
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/nativescript-angular/issues/1914#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2Fnativescript-angular%2Fissues%2F1914
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%2FNativeScript%2Fnativescript-angular%2Fissues%2F1914
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=NativeScript%2Fnativescript-angular
Reloadhttps://github.com/NativeScript/nativescript-angular/issues/1914
Reloadhttps://github.com/NativeScript/nativescript-angular/issues/1914
Reloadhttps://github.com/NativeScript/nativescript-angular/issues/1914
NativeScript https://github.com/NativeScript
nativescript-angularhttps://github.com/NativeScript/nativescript-angular
Please reload this pagehttps://github.com/NativeScript/nativescript-angular/issues/1914
Notifications https://github.com/login?return_to=%2FNativeScript%2Fnativescript-angular
Fork 240 https://github.com/login?return_to=%2FNativeScript%2Fnativescript-angular
Star 1.2k https://github.com/login?return_to=%2FNativeScript%2Fnativescript-angular
Code https://github.com/NativeScript/nativescript-angular
Issues 294 https://github.com/NativeScript/nativescript-angular/issues
Pull requests 2 https://github.com/NativeScript/nativescript-angular/pulls
Actions https://github.com/NativeScript/nativescript-angular/actions
Security 0 https://github.com/NativeScript/nativescript-angular/security
Insights https://github.com/NativeScript/nativescript-angular/pulse
Code https://github.com/NativeScript/nativescript-angular
Issues https://github.com/NativeScript/nativescript-angular/issues
Pull requests https://github.com/NativeScript/nativescript-angular/pulls
Actions https://github.com/NativeScript/nativescript-angular/actions
Security https://github.com/NativeScript/nativescript-angular/security
Insights https://github.com/NativeScript/nativescript-angular/pulse
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/nativescript-angular/issues/1914
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/nativescript-angular/issues/1914
Unable to build NativeScript 5.4 application with nativescript-angular 8.0.2https://github.com/NativeScript/nativescript-angular/issues/1914#top
https://github.com/VladimirAmiorkov
bughttps://github.com/NativeScript/nativescript-angular/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/rosen-vladimirov
https://github.com/rosen-vladimirov
rosen-vladimirovhttps://github.com/rosen-vladimirov
on Jul 22, 2019https://github.com/NativeScript/nativescript-angular/issues/1914#issue-471296813
VladimirAmiorkovhttps://github.com/VladimirAmiorkov
bughttps://github.com/NativeScript/nativescript-angular/issues?q=state%3Aopen%20label%3A%22bug%22
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.