Ren茅's URL Explorer Experiment


Title: If using Vue 2, see latest comment here 馃挴 路 Issue #11009 路 NativeScript/NativeScript 路 GitHub

Open Graph Title: If using Vue 2, see latest comment here 馃挴 路 Issue #11009 路 NativeScript/NativeScript

X Title: If using Vue 2, see latest comment here 馃挴 路 Issue #11009 路 NativeScript/NativeScript

Description: Issue Description I am not able to build an app. I tried to create a new app from scratch (via ns create) and cannot build it. Firstly I get a nativescript/webpack error that vueloader cannot be patched. Then it is not able to find style...

Open Graph Description: Issue Description I am not able to build an app. I tried to create a new app from scratch (via ns create) and cannot build it. Firstly I get a nativescript/webpack error that vueloader cannot be pa...

X Description: Issue Description I am not able to build an app. I tried to create a new app from scratch (via ns create) and cannot build it. Firstly I get a nativescript/webpack error that vueloader cannot be pa...

Opengraph URL: https://github.com/NativeScript/NativeScript/issues/11009

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"If using Vue 2, see latest comment here 馃挴 ","articleBody":"### Issue Description\n\nI am not able to build an app. I tried to create a new app from scratch (via ns create) and cannot build it. Firstly I get a nativescript/webpack error that vueloader cannot be patched. Then it is not able to find styles with styleloader.js\n\nHere is my package.json\n```\n{\n  \"name\": \"tapp\",\n  \"main\": \"app/app.js\",\n  \"version\": \"1.0.0\",\n  \"private\": true,\n  \"dependencies\": {\n    \"@nativescript/core\": \"~9.0.0\",\n    \"@nativescript/theme\": \"^3.1.0\",\n    \"nativescript-vue\": \"~2.9.3\"\n  },\n  \"devDependencies\": {\n    \"@nativescript/ios\": \"9.0.2\",\n    \"@nativescript/webpack\": \"~5.0.25\",\n    \"nativescript-vue-template-compiler\": \"~2.9.3\"\n  }\n}\n\n```\nmy webpack.config.js\n```\nconst webpack = require(\"@nativescript/webpack\");\n\nmodule.exports = (env) =\u003e {\n\twebpack.init(env);\n\n\t// Learn how to customize:\n\t// https://docs.nativescript.org/webpack\n\n\treturn webpack.resolveConfig();\n};\n```\n\n\n\n### Reproduction\n\n1. ns create \u003cappname\u003e (Vue template, blank)\n2. ns run ios\n\n### Relevant log output (if applicable)\n\n```shell\niMac-Anastasia:tapp dartow$ ns run ios --emulator\nSearching for devices...\nCopying template files...\nPlatform ios successfully added. v9.0.2\nPreparing project...\n[@nativescript/webpack] Error: \n Failed to patch VueLoader - HMR may not work properly!\nwebpack is watching the files...\nassets by path *.js 3.81 MiB\n  asset vendor.js 3.76 MiB [emitted] (name: vendor) (id hint: defaultVendor) 1 related asset\n  asset runtime.js 40.7 KiB [emitted] (name: runtime) 1 related asset\n  asset bundle.js 12.1 KiB [emitted] (name: bundle) 1 related asset\nassets by path fonts/*.ttf 374 KiB\n  asset fonts/fa-solid-900.ttf 204 KiB [emitted] [from: app/fonts/fa-solid-900.ttf] [copied]\n  asset fonts/fa-brands-400.ttf 131 KiB [emitted] [from: app/fonts/fa-brands-400.ttf] [copied]\n  asset fonts/fa-regular-400.ttf 39.1 KiB [emitted] [from: app/fonts/fa-regular-400.ttf] [copied]\nasset tns_modules/inspector_modules.js 939 bytes [emitted] (name: tns_modules/inspector_modules) 1 related asset\nEntrypoint bundle 3.81 MiB (3.73 MiB) = runtime.js 40.7 KiB vendor.js 3.76 MiB bundle.js 12.1 KiB 3 auxiliary assets\nEntrypoint tns_modules/inspector_modules 3.8 MiB (3.72 MiB) = runtime.js 40.7 KiB vendor.js 3.76 MiB tns_modules/inspector_modules.js 939 bytes 3 auxiliary assets\norphan modules 76.3 KiB [orphan] 19 modules\nruntime modules 26.7 KiB 13 modules\nmodules by path ./node_modules/@nativescript/ 1.89 MiB 223 modules\nmodules by path ./node_modules/css-tree/lib/ 318 KiB 123 modules\nmodules by path ./node_modules/source-map-js/ 104 KiB 11 modules\nmodules by path ./app/ 5.8 KiB\n  ./app/app.js 4.44 KiB [built] [code generated]\n  + 5 modules\nmodules by path ./node_modules/@csstools/ 132 KiB\n  ./node_modules/@csstools/css-calc/dist/index.mjs 28.3 KiB [built] [code generated]\n  + 4 modules\nmodules by path ./node_modules/css-what/dist/esm/*.js 24.9 KiB\n  ./node_modules/css-what/dist/esm/index.js 121 bytes [built] [code generated]\n  + 3 modules\n+ 6 modules\n\nERROR in ./app/app.js 2:0-20\nModule not found: Error: Can't resolve 'vue-loader/lib/loaders/stylePostLoader.js' in '/Users/dartow/Documents/GitHub/lr-west/frontend/tapp'\n\nERROR in ./app/components/Home.vue?vue\u0026type=template\u0026id=1858554c\u0026scoped=true (./node_modules/@nativescript/webpack/dist/loaders/nativescript-worker-loader/index.js!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./app/components/Home.vue?vue\u0026type=template\u0026id=1858554c\u0026scoped=true)\nModule build failed (from ./node_modules/@nativescript/webpack/dist/loaders/nativescript-worker-loader/index.js):\nTypeError: Cannot read properties of undefined (reading 'replace')\n    at Object.loader (/Users/dartow/Documents/GitHub/lr-west/frontend/tapp/node_modules/@nativescript/webpack/dist/loaders/nativescript-worker-loader/index.js:44:28)\n @ ./app/components/Home.vue?vue\u0026type=template\u0026id=1858554c\u0026scoped=true 1:0-297 1:0-297\n @ ./app/components/Home.vue 1:0-80 8:71-80\n @ ./app/app.js 5:0-36 8:31-35\n\nERROR in ./app/components/Home.vue 5:0-76\nModule not found: Error: Can't resolve 'vue-loader/lib/loaders/stylePostLoader.js' in '/Users/dartow/Documents/GitHub/lr-west/frontend/tapp'\n @ ./app/app.js 5:0-36 8:31-35\n\n2 errors have detailed information that is not shown.\nUse 'stats.errorDetails: true' resp. '--stats-error-details' to show it.\n\nwebpack 5.103.0 compiled with 3 errors in 8382 ms\nWebpack compilation complete. Watching for file changes.\n```\n\n### Environment\n\n\u003c!-- COPY START --\u003e\n```yaml\nOS: macOS 15.7.2\nCPU: (4) x64 Intel(R) Core(TM) i5-4570R CPU @ 2.70GHz\nShell: /bin/bash\nnode: 25.2.1\nnpm: 11.6.2\nnativescript: 9.0.1\n\n# android\njava: 21.0.9\nndk: Not Found\napis: Not Found\nbuild_tools: Not Found\nsystem_images: Not Found\n\n# ios\nxcode: 16.3/16E140\ncocoapods: 1.13.0\npython: Not Found\npython3: 3.9.6\nruby: 3.2.2\nplatforms: \n  - DriverKit 24.4\n  - iOS 18.4\n  - macOS 15.4\n  - tvOS 18.4\n  - visionOS 2.4\n  - watchOS 11.4\n```\n\n### Dependencies\n\n```json\n\"dependencies\": {\n  \"@nativescript/core\": \"~9.0.0\",\n  \"@nativescript/theme\": \"^3.1.0\",\n  \"nativescript-vue\": \"~2.9.3\"\n},\n\"devDependencies\": {\n  \"@nativescript/ios\": \"9.0.2\",\n  \"@nativescript/webpack\": \"~5.0.25\",\n  \"nativescript-vue-template-compiler\": \"~2.9.3\"\n}\n```\n\u003c!-- COPY END --\u003e\n\n### Please accept these terms\n\n- [x] I have searched the [existing issues](https://github.com/NativeScript/NativeScript/issues) as well as [StackOverflow](https://stackoverflow.com/questions/tagged/nativescript) and this has not been posted before\n- [x] This is a bug report\n- [x] I agree to follow this project's [Code of Conduct](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc)","author":{"url":"https://github.com/dartstyle","@type":"Person","name":"dartstyle"},"datePublished":"2025-12-15T17:17:56.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/11009/NativeScript/issues/11009"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:dc7a4c9e-1e59-3bcd-e802-1480fdd459ab
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA3E0:1B65CE:307FD75:40B360B:6964A19C
html-safe-nonce444b61546f4dd561722e4a2cc8129d239ed565c36b0af14939e2a7b2b5c255d5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBM0UwOjFCNjVDRTozMDdGRDc1OjQwQjM2MEI6Njk2NEExOUMiLCJ2aXNpdG9yX2lkIjoiNTk1MzI0ODc4NDg2NDgxMzQ2OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac0162d57c27edbbdccc33907709b2bc23d1256a6b9e3843afbc6b753c8d8399b9
hovercard-subject-tagissue:3731397337
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/11009/issue_layout
twitter:imagehttps://opengraph.githubassets.com/349f7d92293fcf588c8d98a2224a8a7262cc80622f6aff35abb08570bf7b9a5f/NativeScript/NativeScript/issues/11009
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/349f7d92293fcf588c8d98a2224a8a7262cc80622f6aff35abb08570bf7b9a5f/NativeScript/NativeScript/issues/11009
og:image:altIssue Description I am not able to build an app. I tried to create a new app from scratch (via ns create) and cannot build it. Firstly I get a nativescript/webpack error that vueloader cannot be pa...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedartstyle
hostnamegithub.com
expected-hostnamegithub.com
Nonebaa7d9900fdf7b27d604f36887af878d569cfbdcf97126832a5f4f0caf0c6ba5
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/NativeScript git https://github.com/NativeScript/NativeScript.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id31492490
octolytics-dimension-repository_nwoNativeScript/NativeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31492490
octolytics-dimension-repository_network_root_nwoNativeScript/NativeScript
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
release842eff1d11f899d02b6b3b98fa3ea4860e64b34e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/NativeScript/issues/11009#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F11009
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%2Fissues%2F11009
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
Reloadhttps://github.com/NativeScript/NativeScript/issues/11009
Reloadhttps://github.com/NativeScript/NativeScript/issues/11009
Reloadhttps://github.com/NativeScript/NativeScript/issues/11009
NativeScript https://github.com/NativeScript
NativeScripthttps://github.com/NativeScript/NativeScript
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/11009
Notifications https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Fork 1.7k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Star 25.4k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Code https://github.com/NativeScript/NativeScript
Issues 866 https://github.com/NativeScript/NativeScript/issues
Pull requests 59 https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects 0 https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/NativeScript/NativeScript/security
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/11009
Insights https://github.com/NativeScript/NativeScript/pulse
Code https://github.com/NativeScript/NativeScript
Issues https://github.com/NativeScript/NativeScript/issues
Pull requests https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security https://github.com/NativeScript/NativeScript/security
Insights https://github.com/NativeScript/NativeScript/pulse
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/11009
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/11009
If using Vue 2, see latest comment here 馃挴 https://github.com/NativeScript/NativeScript/issues/11009#top
bug-pending-triageReported bug, pending triage to confirm.https://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22bug-pending-triage%22
https://github.com/dartstyle
https://github.com/dartstyle
dartstylehttps://github.com/dartstyle
on Dec 15, 2025https://github.com/NativeScript/NativeScript/issues/11009#issue-3731397337
existing issueshttps://github.com/NativeScript/NativeScript/issues
StackOverflowhttps://stackoverflow.com/questions/tagged/nativescript
Code of Conducthttps://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc
bug-pending-triageReported bug, pending triage to confirm.https://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22bug-pending-triage%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.