@arcgis/create 5.1.0-next.104 → 5.1.0-next.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/init.js +6 -2
- package/package.json +1 -1
package/dist/init.js
CHANGED
|
@@ -2613,7 +2613,7 @@ const qa = /* @__PURE__ */ Mt(Ga), {
|
|
|
2613
2613
|
Argument: jf,
|
|
2614
2614
|
Option: Uf,
|
|
2615
2615
|
Help: Hf
|
|
2616
|
-
} = qa, Ua = "5.1.0-next.
|
|
2616
|
+
} = qa, Ua = "5.1.0-next.107", Ha = {
|
|
2617
2617
|
version: Ua
|
|
2618
2618
|
}, D = {
|
|
2619
2619
|
react: "react",
|
|
@@ -4977,7 +4977,11 @@ function Nc() {
|
|
|
4977
4977
|
jn(
|
|
4978
4978
|
le(
|
|
4979
4979
|
"greenBright",
|
|
4980
|
-
|
|
4980
|
+
`The starter is pre-configured to use pnpm.
|
|
4981
|
+
Ensure pnpm is installed globally on your system: https://pnpm.io/installation.
|
|
4982
|
+
If not using pnpm, you will need to update the package.json's "pnpm" field and the .npmrc file.
|
|
4983
|
+
|
|
4984
|
+
Configuration files created: .npmrc, eslint.config.js, prettier.config.js, and lint-staged.config.js. If you are in a monorepo, you will need to manually integrate these files with your project configuration.`
|
|
4981
4985
|
)
|
|
4982
4986
|
);
|
|
4983
4987
|
}
|
package/package.json
CHANGED