You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`TypeError: cli.init is not a function`: This during template initialization means you have an old version of React Native CLI.
47
+
-`TypeError: cli.init is not a function`
48
+
- This during template initialization means you have an old version of React Native CLI.
49
49
This template only works with the new CLI. You can uninstall and reinstall it as directed [here](https://stackoverflow.com/questions/72768245/typeerror-cli-init-is-not-a-function-for-react-native).
50
50
51
-
-`Looks like your iOS environment is not properly set`: You can ignore this during template initialization and build the Android app as normal. This template is only compatible with Android.
51
+
<br>
52
+
53
+
-`error Failed to load configuration of your project.`
54
+
- Same as above, but for `yarn`. [Uninstall and reinstall](https://github.com/react-native-community/cli#updating-the-cli) the CLI through yarn.
55
+
56
+
<br>
57
+
58
+
-`Looks like your iOS environment is not properly set`:
59
+
- You can ignore this during template initialization and build the Android app as normal. This template is only compatible with Android.
60
+
61
+
<br>
62
+
63
+
-`Usage Error: It seems you are trying to add a package using a https:... url; we now require package names to be explicitly specified.`
64
+
- This error happens on certain versions of `yarn`, and occurs if you try to initialize the template through the Github repo URL, rather than the npm package. To avoid this, use the `@solana-mobile/solana-mobile-dapp-scaffold` package as specified, or downgrade your `yarn` version to classic (1.22.x).
65
+
66
+
<br>
67
+
68
+
-`error Couldn't find the ".../@solana-mobile/solana-mobile-dapp-scaffold/template.config.js file inside "@solana-mobile/solana-mobile-dapp-scaffold" template.`
69
+
- This is a [known error](https://github.com/react-native-community/cli/issues/1924) that occurs with certain versions of `yarn` (>= 3.5.0). It is fixed by running the cli command with the `--npm` flag or downgrading your version of `yarn`.
-`TypeError: cli.init is not a function`: This during template initialization means you have an old version of React Native CLI.
47
+
-`TypeError: cli.init is not a function`
48
+
- This during template initialization means you have an old version of React Native CLI.
48
49
This template only works with the new CLI. You can uninstall and reinstall it as directed [here](https://stackoverflow.com/questions/72768245/typeerror-cli-init-is-not-a-function-for-react-native).
49
50
50
-
-`Looks like your iOS environment is not properly set`: You can ignore this during template initialization and build the Android app as normal. This template is only compatible with Android.
51
+
<br>
52
+
53
+
-`error Failed to load configuration of your project.`
54
+
- Same as above, but for `yarn`. [Uninstall and reinstall](https://github.com/react-native-community/cli#updating-the-cli) the CLI through yarn.
55
+
56
+
<br>
57
+
58
+
-`Looks like your iOS environment is not properly set`:
59
+
- You can ignore this during template initialization and build the Android app as normal. This template is only compatible with Android.
60
+
61
+
<br>
62
+
63
+
-`Usage Error: It seems you are trying to add a package using a https:... url; we now require package names to be explicitly specified.`
64
+
- This error happens on certain versions of `yarn`, and occurs if you try to initialize the template through the Github repo URL, rather than the npm package. To avoid this, use the `@solana-mobile/solana-mobile-dapp-scaffold` package as specified, or downgrade your `yarn` version to classic (1.22.x).
65
+
66
+
<br>
67
+
68
+
-`error Couldn't find the ".../@solana-mobile/solana-mobile-dapp-scaffold/template.config.js file inside "@solana-mobile/solana-mobile-dapp-scaffold" template.`
69
+
- This is a [known error](https://github.com/react-native-community/cli/issues/1924) that occurs with certain versions of `yarn` (>= 3.5.0). It is fixed by running the cli command with the `--npm` flag or downgrading your version of `yarn`.
0 commit comments