From 71aa6c7c9c66556414cf698606e2fde6114fa344 Mon Sep 17 00:00:00 2001 From: Thoeun Sopheara Date: Sat, 8 Aug 2026 19:04:28 +0700 Subject: [PATCH] chore(templates): remove .npmrc and .yarnrc to resolve Docker build failures --- templates/_template/.yarnrc | 1 - templates/blank-tanstack/.npmrc | 1 - templates/blank-tanstack/.yarnrc | 1 - templates/blank/.npmrc | 1 - templates/blank/.yarnrc | 1 - templates/ecommerce/.npmrc | 2 -- templates/website/.npmrc | 2 -- templates/with-cloudflare-d1/.npmrc | 1 - templates/with-cloudflare-d1/.yarnrc | 1 - templates/with-postgres/.yarnrc | 1 - templates/with-vercel-mongodb/.yarnrc | 1 - templates/with-vercel-postgres/.yarnrc | 1 - templates/with-vercel-website/.npmrc | 2 -- 13 files changed, 16 deletions(-) delete mode 100644 templates/_template/.yarnrc delete mode 100644 templates/blank-tanstack/.npmrc delete mode 100644 templates/blank-tanstack/.yarnrc delete mode 100644 templates/blank/.npmrc delete mode 100644 templates/blank/.yarnrc delete mode 100644 templates/ecommerce/.npmrc delete mode 100644 templates/website/.npmrc delete mode 100644 templates/with-cloudflare-d1/.npmrc delete mode 100644 templates/with-cloudflare-d1/.yarnrc delete mode 100644 templates/with-postgres/.yarnrc delete mode 100644 templates/with-vercel-mongodb/.yarnrc delete mode 100644 templates/with-vercel-postgres/.yarnrc delete mode 100644 templates/with-vercel-website/.npmrc diff --git a/templates/_template/.yarnrc b/templates/_template/.yarnrc deleted file mode 100644 index 5e7a4dd335c..00000000000 --- a/templates/_template/.yarnrc +++ /dev/null @@ -1 +0,0 @@ ---install.ignore-engines true diff --git a/templates/blank-tanstack/.npmrc b/templates/blank-tanstack/.npmrc deleted file mode 100644 index e9ee3cb4d04..00000000000 --- a/templates/blank-tanstack/.npmrc +++ /dev/null @@ -1 +0,0 @@ -legacy-peer-deps=true \ No newline at end of file diff --git a/templates/blank-tanstack/.yarnrc b/templates/blank-tanstack/.yarnrc deleted file mode 100644 index 5e7a4dd335c..00000000000 --- a/templates/blank-tanstack/.yarnrc +++ /dev/null @@ -1 +0,0 @@ ---install.ignore-engines true diff --git a/templates/blank/.npmrc b/templates/blank/.npmrc deleted file mode 100644 index e9ee3cb4d04..00000000000 --- a/templates/blank/.npmrc +++ /dev/null @@ -1 +0,0 @@ -legacy-peer-deps=true \ No newline at end of file diff --git a/templates/blank/.yarnrc b/templates/blank/.yarnrc deleted file mode 100644 index 5e7a4dd335c..00000000000 --- a/templates/blank/.yarnrc +++ /dev/null @@ -1 +0,0 @@ ---install.ignore-engines true diff --git a/templates/ecommerce/.npmrc b/templates/ecommerce/.npmrc deleted file mode 100644 index 5ff455cdd20..00000000000 --- a/templates/ecommerce/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -legacy-peer-deps=true -enable-pre-post-scripts=true diff --git a/templates/website/.npmrc b/templates/website/.npmrc deleted file mode 100644 index 5ff455cdd20..00000000000 --- a/templates/website/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -legacy-peer-deps=true -enable-pre-post-scripts=true diff --git a/templates/with-cloudflare-d1/.npmrc b/templates/with-cloudflare-d1/.npmrc deleted file mode 100644 index e9ee3cb4d04..00000000000 --- a/templates/with-cloudflare-d1/.npmrc +++ /dev/null @@ -1 +0,0 @@ -legacy-peer-deps=true \ No newline at end of file diff --git a/templates/with-cloudflare-d1/.yarnrc b/templates/with-cloudflare-d1/.yarnrc deleted file mode 100644 index 5e7a4dd335c..00000000000 --- a/templates/with-cloudflare-d1/.yarnrc +++ /dev/null @@ -1 +0,0 @@ ---install.ignore-engines true diff --git a/templates/with-postgres/.yarnrc b/templates/with-postgres/.yarnrc deleted file mode 100644 index 5e7a4dd335c..00000000000 --- a/templates/with-postgres/.yarnrc +++ /dev/null @@ -1 +0,0 @@ ---install.ignore-engines true diff --git a/templates/with-vercel-mongodb/.yarnrc b/templates/with-vercel-mongodb/.yarnrc deleted file mode 100644 index 5e7a4dd335c..00000000000 --- a/templates/with-vercel-mongodb/.yarnrc +++ /dev/null @@ -1 +0,0 @@ ---install.ignore-engines true diff --git a/templates/with-vercel-postgres/.yarnrc b/templates/with-vercel-postgres/.yarnrc deleted file mode 100644 index 5e7a4dd335c..00000000000 --- a/templates/with-vercel-postgres/.yarnrc +++ /dev/null @@ -1 +0,0 @@ ---install.ignore-engines true diff --git a/templates/with-vercel-website/.npmrc b/templates/with-vercel-website/.npmrc deleted file mode 100644 index 5ff455cdd20..00000000000 --- a/templates/with-vercel-website/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -legacy-peer-deps=true -enable-pre-post-scripts=true