Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements!
https://aka.ms/PSWindows
PS C:\Users\pravi> cd\
PS C:\> cd .\Source\
PS C:\Source> cd .\animavita\
PS C:\Source\animavita> ls
Directory: C:\Source\animavita
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:05 .github
d----- 10-04-2023 01:05 .vscode
d----- 10-04-2023 01:05 apps
d----- 10-04-2023 01:24 node_modules
d----- 10-04-2023 01:05 shared
-a---- 10-04-2023 01:05 196 .dockerignore
-a---- 10-04-2023 01:05 505 .gitignore
-a---- 10-04-2023 01:05 76 .npmrc
-a---- 10-04-2023 01:05 25 .npmrc-default-node-linker
-a---- 10-04-2023 01:05 10 .nvmrc
-a---- 10-04-2023 01:05 1844 CONTRIBUTING.md
-a---- 10-04-2023 01:05 862 docker-compose.yml
-a---- 10-04-2023 01:05 18610 LICENSE.md
-a---- 10-04-2023 01:24 2616 package-lock.json
-a---- 10-04-2023 01:24 473 package.json
-a---- 10-04-2023 01:05 649421 pnpm-lock.yaml
-a---- 10-04-2023 01:05 37 pnpm-workspace.yaml
-a---- 10-04-2023 01:05 2259 README.md
-a---- 10-04-2023 01:05 193 tsconfig.json
PS C:\Source\animavita> nvm list
* 18.14.2 (Currently using 64-bit executable)
PS C:\Source\animavita> nvm --help
Running version 1.1.10.
Usage:
nvm arch : Show if node is running in 32 or 64 bit mode.
nvm current : Display active version.
nvm install <version> [arch] : The version can be a specific version, "latest"
for the latest current version, or "lts" for the
most recent LTS version. Optionally specify
whether to install the 32 or 64 bit version (defaults
to system arch). Set [arch] to "all" to install 32
AND 64 bit versions.
Add --insecure to the end of this command to
bypass SSL validation of the remote download server.
nvm list [available] : List the node.js installations. Type "available"
at the end to see what can be installed. Aliased as ls.
nvm on : Enable node.js version management.
nvm off : Disable node.js version management.
nvm proxy [url] : Set a proxy to use for downloads. Leave [url]
blank to see the current proxy.
Set [url] to "none" to remove the proxy.
nvm node_mirror [url] : Set the node mirror. Defaults to
https://nodejs.org/dist/. Leave [url] blank to use default url.
nvm npm_mirror [url] : Set the npm mirror. Defaults to
https://github.com/npm/cli/archive/. Leave [url] blankto default url.
nvm uninstall <version> : The version must be a specific version.
nvm use [version] [arch] : Switch to use the specified version. Optionally
use "latest", "lts", or "newest".
"newest" is the latest installed version.
Optionally specify 32/64bit architecture.
nvm use <arch> will continue using the selected
version, but switch to 32/64 bit mode.
nvm root [path] : Set the directory where nvm should store different
versions of node.js.
If <path> is not set, the current root will be
displayed.
nvm [--]version : Displays the current running version of nvm for
Windows. Aliased as v.
PS C:\Source\animavita> nvm install "16.20.0"
Downloading node.js version 16.20.0 (64-bit)...
Extracting node and npm...
Complete
npm v8.19.4 installed successfully.
Installation complete. If you want to use this version, type
nvm use 16.20.0
PS C:\Source\animavita> npm uninstall
[email protected]up to date, audited 8 packages in 497ms
found 0 vulnerabilities
PS C:\Source\animavita> nvm list
* 18.14.2 (Currently using 64-bit executable)
16.20.0
PS C:\Source\animavita> nvm use 16.20.0
Now using node v16.20.0 (64-bit)
PS C:\Source\animavita> ls
Directory: C:\Source\animavita
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:05 .github
d----- 10-04-2023 01:05 .vscode
d----- 10-04-2023 01:05 apps
d----- 10-04-2023 01:24 node_modules
d----- 10-04-2023 01:05 shared
-a---- 10-04-2023 01:05 196 .dockerignore
-a---- 10-04-2023 01:05 505 .gitignore
-a---- 10-04-2023 01:05 76 .npmrc
-a---- 10-04-2023 01:05 25 .npmrc-default-node-linker
-a---- 10-04-2023 01:05 10 .nvmrc
-a---- 10-04-2023 01:05 1844 CONTRIBUTING.md
-a---- 10-04-2023 01:05 862 docker-compose.yml
-a---- 10-04-2023 01:05 18610 LICENSE.md
-a---- 10-04-2023 01:49 2616 package-lock.json
-a---- 10-04-2023 01:24 473 package.json
-a---- 10-04-2023 01:05 649421 pnpm-lock.yaml
-a---- 10-04-2023 01:05 37 pnpm-workspace.yaml
-a---- 10-04-2023 01:05 2259 README.md
-a---- 10-04-2023 01:05 193 tsconfig.json
PS C:\Source\animavita> nvm list
18.14.2
* 16.20.0 (Currently using 64-bit executable)
PS C:\Source\animavita> pnpm --filter mobile start
> [email protected] start C:\Source\animavita\apps\mobile
> set ENV=dev & expo & start
Usage: expo [command] [options]
Options:
-V, --version output the version number
--non-interactive Fail, if an interactive prompt would be
required to continue.
-h, --help output usage information
Commands:
init [name] Create a new Expo project
start [path] Start a local dev server for the app
start:web [path] Start a Webpack dev server for the web app
export [path] Export the static files of the app for
hosting it on a web server
install [packages...] Install a module or other package to a
project
run:android [path] Run the Android app binary locally
run:ios [path] Run the iOS app binary locally
send [path] Share the project's URL to an email address
login Login to an Expo account
logout Logout of an Expo account
register Sign up for a new Expo account
whoami Return the currently authenticated account
client:install:ios Install Expo Go for iOS on the simulator
client:install:android Install Expo Go for Android on a connected
device or emulator
config [path] Show the project config
doctor [path] Diagnose issues with the project
upgrade [sdk-version] Upgrade the project packages and config for
the given SDK version
customize:web [path] Eject the default web files for customization
prebuild [path] Create native iOS and Android project files
before building natively.
Learn more:
https://docs.expo.dev/workflow/customizing/
publish [path] Deploy a project to Expo hosting
publish:set [path] Specify the channel to serve a published
release
publish:rollback [path] Undo an update to a channel
publish:history [path] Log the project's releases
publish:details [path] Log details of a published release
build:web [path] Build the web app for production
credentials:manager [path] Manage your credentials
fetch:ios:certs [path] Download the project's iOS standalone app
signing credentials
fetch:android:keystore [path] Download the project's Android keystore
fetch:android:hashes [path] Compute and log the project's Android key
hashes
fetch:android:upload-cert [path] Download the project's Android keystore
push:android:upload [path] Upload an FCM key for Android push
notifications
push:android:show [path] Log the value currently in use for FCM
notifications for this project
push:android:clear [path] Delete a previously uploaded FCM credential
url [path] Log a URL for opening the project in Expo Go
url:ipa [path] Log the download URL for the standalone iOS
binary
url:apk [path] Log the download URL for the standalone
Android binary
webhooks [path] List all webhooks for a project
webhooks:add [path] Add a webhook to a project
webhooks:remove [path] Delete a webhook
webhooks:update [path] Update an existing webhook
build:ios [path] Superseded by eas build in eas-cli
build:android [path] Superseded by eas build in eas-cli
build:status [path] Superseded by eas build:list in eas-cli
eject [path] Superseded by expo prebuild
upload:android [path] Superseded by eas submit in eas-cli
upload:ios [path] Superseded by eas submit in eas-cli
client:ios [path] Superseded by Expo Dev Clients
Run a command with --help for more info 💡
$ expo start --help
PS C:\Source\animavita> pnpm --filter mobile start
> [email protected] start C:\Source\animavita\apps\mobile
> set ENV=dev & expo start
Starting project at C:\Source\animavita\apps\mobile
Unable to find expo in this project - have you run yarn / npm install yet?
C:\Source\animavita\apps\mobile:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL
[email protected] start: `set ENV=dev & expo start`
Exit status 1
WARN Local package.json exists, but node_modules missing, did you mean to
install?
PS C:\Source\animavita> cd .\apps\
PS C:\Source\animavita\apps> cd .\mobile\
PS C:\Source\animavita\apps\mobile> dir
Directory: C:\Source\animavita\apps\mobile
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:52 .expo
d----- 10-04-2023 01:05 assets
d----- 10-04-2023 01:05 src
d----- 10-04-2023 01:05 __tests__
-a---- 10-04-2023 01:05 96 .prettierrc
-a---- 10-04-2023 01:05 557 app.config.js
-a---- 10-04-2023 01:05 704 app.json
-a---- 10-04-2023 01:05 820 App.tsx
-a---- 10-04-2023 01:05 108 babel.config.js
-a---- 10-04-2023 01:05 315 index.js
-a---- 10-04-2023 01:05 221 jest-setup.js
-a---- 10-04-2023 01:05 460 metro.config.js
-a---- 10-04-2023 01:52 3344 package.json
-a---- 10-04-2023 01:05 91 tsconfig.json
-a---- 10-04-2023 01:05 50 types.d.ts
PS C:\Source\animavita\apps\mobile> npm install -g expo-cli
npm WARN deprecated @npmcli/
[email protected]: This functionality has been moved to
@npmcli/fs
npm WARN deprecated
[email protected]: Modern JS already guarantees Array#sort() is a
stable sort, so this library is deprecated. See the compatibility table on MDN:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
Array/sort#browser_compatibility
npm WARN deprecated
[email protected]: Please upgrade to version 7 or higher. Older
versions may use Math.random() in certain circumstances, which is known to be
problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated
[email protected]: Please upgrade to version 7 or higher. Older
versions may use Math.random() in certain circumstances, which is known to be
problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated
[email protected]: Please upgrade to version 7 or higher. Older
versions may use Math.random() in certain circumstances, which is known to be
problematic. See https://v8.dev/blog/math-random for details.
added 1170 packages, and audited 1172 packages in 2m
26 vulnerabilities (4 moderate, 22 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
PS C:\Source\animavita\apps\mobile> cd..
PS C:\Source\animavita\apps> cd..
PS C:\Source\animavita> ls
Directory: C:\Source\animavita
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:05 .github
d----- 10-04-2023 01:05 .vscode
d----- 10-04-2023 01:05 apps
d----- 10-04-2023 01:24 node_modules
d----- 10-04-2023 01:05 shared
-a---- 10-04-2023 01:05 196 .dockerignore
-a---- 10-04-2023 01:05 505 .gitignore
-a---- 10-04-2023 01:05 76 .npmrc
-a---- 10-04-2023 01:05 25 .npmrc-default-node-linker
-a---- 10-04-2023 01:05 10 .nvmrc
-a---- 10-04-2023 01:05 1844 CONTRIBUTING.md
-a---- 10-04-2023 01:05 862 docker-compose.yml
-a---- 10-04-2023 01:05 18610 LICENSE.md
-a---- 10-04-2023 01:49 2616 package-lock.json
-a---- 10-04-2023 01:24 473 package.json
-a---- 10-04-2023 01:05 649421 pnpm-lock.yaml
-a---- 10-04-2023 01:05 37 pnpm-workspace.yaml
-a---- 10-04-2023 01:05 2259 README.md
-a---- 10-04-2023 01:05 193 tsconfig.json
PS C:\Source\animavita> pnpm --filter mobile start
> [email protected] start C:\Source\animavita\apps\mobile
> set ENV=dev & expo start
Starting project at C:\Source\animavita\apps\mobile
Unable to find expo in this project - have you run yarn / npm install yet?
C:\Source\animavita\apps\mobile:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL
[email protected] start: `set ENV=dev & expo start`
Exit status 1
WARN Local package.json exists, but node_modules missing, did you mean to
install?
PS C:\Source\animavita> cd..
PS C:\Source> cd .\animavita\
PS C:\Source\animavita> cd .\apps\
PS C:\Source\animavita\apps> ls
Directory: C:\Source\animavita\apps
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:11 backend
d----- 10-04-2023 01:52 mobile
PS C:\Source\animavita\apps> cd .\mobile\
PS C:\Source\animavita\apps\mobile> ls
Directory: C:\Source\animavita\apps\mobile
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:59 .expo
d----- 10-04-2023 01:05 assets
d----- 10-04-2023 01:05 src
d----- 10-04-2023 01:05 __tests__
-a---- 10-04-2023 01:05 96 .prettierrc
-a---- 10-04-2023 01:05 557 app.config.js
-a---- 10-04-2023 01:05 704 app.json
-a---- 10-04-2023 01:05 820 App.tsx
-a---- 10-04-2023 01:05 108 babel.config.js
-a---- 10-04-2023 01:05 315 index.js
-a---- 10-04-2023 01:05 221 jest-setup.js
-a---- 10-04-2023 01:05 460 metro.config.js
-a---- 10-04-2023 01:59 3344 package.json
-a---- 10-04-2023 01:05 91 tsconfig.json
-a---- 10-04-2023 01:05 50 types.d.ts
PS C:\Source\animavita\apps\mobile> npm install
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:*
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pravi\AppData\Local\npm-cache\_logs\2023-04-09T20_30_22_569Z-
debug-0.log
PS C:\Source\animavita\apps\mobile> ls
Directory: C:\Source\animavita\apps\mobile
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:59 .expo
d----- 10-04-2023 01:05 assets
d----- 10-04-2023 01:05 src
d----- 10-04-2023 01:05 __tests__
-a---- 10-04-2023 01:05 96 .prettierrc
-a---- 10-04-2023 01:05 557 app.config.js
-a---- 10-04-2023 01:05 704 app.json
-a---- 10-04-2023 01:05 820 App.tsx
-a---- 10-04-2023 01:05 108 babel.config.js
-a---- 10-04-2023 01:05 315 index.js
-a---- 10-04-2023 01:05 221 jest-setup.js
-a---- 10-04-2023 01:05 460 metro.config.js
-a---- 10-04-2023 01:59 3344 package.json
-a---- 10-04-2023 01:05 91 tsconfig.json
-a---- 10-04-2023 01:05 50 types.d.ts
PS C:\Source\animavita\apps\mobile> npm i
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:*
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pravi\AppData\Local\npm-cache\_logs\2023-04-09T20_30_49_542Z-
debug-0.log
PS C:\Source\animavita\apps\mobile> ls
Directory: C:\Source\animavita\apps\mobile
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:59 .expo
d----- 10-04-2023 01:05 assets
d----- 10-04-2023 01:05 src
d----- 10-04-2023 01:05 __tests__
-a---- 10-04-2023 01:05 96 .prettierrc
-a---- 10-04-2023 01:05 557 app.config.js
-a---- 10-04-2023 01:05 704 app.json
-a---- 10-04-2023 01:05 820 App.tsx
-a---- 10-04-2023 01:05 108 babel.config.js
-a---- 10-04-2023 01:05 315 index.js
-a---- 10-04-2023 01:05 221 jest-setup.js
-a---- 10-04-2023 01:05 460 metro.config.js
-a---- 10-04-2023 01:59 3344 package.json
-a---- 10-04-2023 01:05 91 tsconfig.json
-a---- 10-04-2023 01:05 50 types.d.ts
PS C:\Source\animavita\apps\mobile> cd..
PS C:\Source\animavita\apps> cd..
PS C:\Source\animavita> ls
Directory: C:\Source\animavita
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:05 .github
d----- 10-04-2023 01:05 .vscode
d----- 10-04-2023 01:05 apps
d----- 10-04-2023 01:24 node_modules
d----- 10-04-2023 01:05 shared
-a---- 10-04-2023 01:05 196 .dockerignore
-a---- 10-04-2023 01:05 505 .gitignore
-a---- 10-04-2023 01:05 76 .npmrc
-a---- 10-04-2023 01:05 25 .npmrc-default-node-linker
-a---- 10-04-2023 01:05 10 .nvmrc
-a---- 10-04-2023 01:05 1844 CONTRIBUTING.md
-a---- 10-04-2023 01:05 862 docker-compose.yml
-a---- 10-04-2023 01:05 18610 LICENSE.md
-a---- 10-04-2023 01:49 2616 package-lock.json
-a---- 10-04-2023 01:24 473 package.json
-a---- 10-04-2023 01:05 649421 pnpm-lock.yaml
-a---- 10-04-2023 01:05 37 pnpm-workspace.yaml
-a---- 10-04-2023 01:05 2259 README.md
-a---- 10-04-2023 01:05 193 tsconfig.json
PS C:\Source\animavita> npm install -g expo-cli
npm WARN deprecated @npmcli/
[email protected]: This functionality has been moved to
@npmcli/fs
npm WARN deprecated
[email protected]: Modern JS already guarantees Array#sort() is a
stable sort, so this library is deprecated. See the compatibility table on MDN:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
Array/sort#browser_compatibility
npm WARN deprecated
[email protected]: Please upgrade to version 7 or higher. Older
versions may use Math.random() in certain circumstances, which is known to be
problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated
[email protected]: Please upgrade to version 7 or higher. Older
versions may use Math.random() in certain circumstances, which is known to be
problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated
[email protected]: Please upgrade to version 7 or higher. Older
versions may use Math.random() in certain circumstances, which is known to be
problematic. See https://v8.dev/blog/math-random for details.
changed 1170 packages, and audited 1172 packages in 1m
26 vulnerabilities (4 moderate, 22 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
PS C:\Source\animavita> pnpm --filter mobile start
> [email protected] start C:\Source\animavita\apps\mobile
> set ENV=dev & expo start
Starting project at C:\Source\animavita\apps\mobile
Unable to find expo in this project - have you run yarn / npm install yet?
C:\Source\animavita\apps\mobile:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL
[email protected] start: `set ENV=dev & expo start`
Exit status 1
WARN Local package.json exists, but node_modules missing, did you mean to
install?
PS C:\Source\animavita> npm i
up to date, audited 8 packages in 657ms
found 0 vulnerabilities
PS C:\Source\animavita> cd .\apps\
PS C:\Source\animavita\apps> cd .\mobile\
PS C:\Source\animavita\apps\mobile> npm i
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:*
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pravi\AppData\Local\npm-cache\_logs\2023-04-09T20_33_52_131Z-
debug-0.log
PS C:\Source\animavita\apps\mobile> npm install -g yarn
added 1 package, and audited 3 packages in 728ms
found 0 vulnerabilities
PS C:\Source\animavita\apps\mobile> yarn i
yarn run v1.22.19
error Command "i" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this
command.
PS C:\Source\animavita\apps\mobile> yar
yar : The term 'yar' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
+ yar
+ ~~~
+ CategoryInfo : ObjectNotFound: (yar:String) [],
CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Source\animavita\apps\mobile> yarn
yarn install v1.22.19
info No lockfile found.
[1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@animavita
%2fmodels: Not found".
info If you think this is a bug, please open a bug report with the information
provided in "C:\\Source\\animavita\\apps\\mobile\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this
command.
PS C:\Source\animavita\apps\mobile> ^C
PS C:\Source\animavita\apps\mobile> ^C
PS C:\Source\animavita\apps\mobile> ls
Directory: C:\Source\animavita\apps\mobile
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 02:03 .expo
d----- 10-04-2023 01:05 assets
d----- 10-04-2023 01:05 src
d----- 10-04-2023 01:05 __tests__
-a---- 10-04-2023 01:05 96 .prettierrc
-a---- 10-04-2023 01:05 557 app.config.js
-a---- 10-04-2023 01:05 704 app.json
-a---- 10-04-2023 01:05 820 App.tsx
-a---- 10-04-2023 01:05 108 babel.config.js
-a---- 10-04-2023 01:05 315 index.js
-a---- 10-04-2023 01:05 221 jest-setup.js
-a---- 10-04-2023 01:05 460 metro.config.js
-a---- 10-04-2023 01:59 3344 package.json
-a---- 10-04-2023 01:05 91 tsconfig.json
-a---- 10-04-2023 01:05 50 types.d.ts
-a---- 10-04-2023 02:04 5819 yarn-error.log
PS C:\Source\animavita\apps\mobile> yarn --help
Usage: yarn [command] [flags]
Displays help information.
Options:
--cache-folder <path> specify a custom folder that must be used
to store the yarn cache
--check-files install will verify file tree of packages
for consistency
--cwd <cwd> working directory to use (default: C:\
Source\animavita\apps\mobile)
--disable-pnp disable the Plug'n'Play installation
--emoji [bool] enable emoji in output (default: false)
--enable-pnp, --pnp enable the Plug'n'Play installation
--flat only allow one version of a package
--focus Focus on a single workspace by installing
remote copies of its sibling workspaces.
--force install and build packages even if they
were built before, overwrite lockfile
--frozen-lockfile don't generate a lockfile and fail if an
update is needed
--global-folder <path> specify a custom folder to store global
packages
--har save HAR output of network traffic
--https-proxy <host>
--ignore-engines ignore engines check
--ignore-optional ignore optional dependencies
--ignore-platform ignore platform checks
--ignore-scripts don't run lifecycle scripts
--json format Yarn log messages as lines of JSON
(see jsonlines.org)
--link-duplicates create hardlinks to the repeated modules in
node_modules
--link-folder <path> specify a custom folder to store global
links
--modules-folder <path> rather than installing modules into the
node_modules folder relative to the cwd, output them here
--mutex <type>[:specifier] use a mutex to ensure only one yarn
instance is executing
--network-concurrency <number> maximum number of concurrent network
requests
--network-timeout <milliseconds> TCP timeout for network requests
--no-bin-links don't generate bin links when setting up
packages
--no-default-rc prevent Yarn from automatically detecting
yarnrc and npmrc files
--no-lockfile don't read or generate a lockfile
--non-interactive do not show interactive prompts
--no-node-version-check do not warn when using a potentially
unsupported Node version
--no-progress disable progress bar
--offline trigger an error if any required
dependencies are not available in local cache
--otp <otpcode> one-time password for two factor
authentication
--prefer-offline use network only if dependencies are not
available in local cache
--preferred-cache-folder <path> specify a custom folder to store the yarn
cache if possible
--prod, --production [prod]
--proxy <host>
--pure-lockfile don't generate a lockfile
--registry <url> override configuration registry
-s, --silent skip Yarn console logs, other types of logs
(script output) will be printed
--scripts-prepend-node-path [bool] prepend the node executable dir to the PATH
in scripts
--skip-integrity-check run install without checking if
node_modules is installed
--strict-semver
--update-checksums update package checksums from current
repository
--use-yarnrc <path> specifies a yarnrc file that Yarn should
use (.yarnrc only, not .npmrc) (default: )
-v, --version output the version number
--verbose output verbose messages on internal
operations
-h, --help output usage information
Commands:
- access
- add
- audit
- autoclean
- bin
- cache
- check
- config
- create
- exec
- generate-lock-entry / generateLockEntry
- global
- help
- import
- info
- init
- install
- licenses
- link
- list
- login
- logout
- node
- outdated
- owner
- pack
- policies
- publish
- remove
- run
- tag
- team
- unlink
- unplug
- upgrade
- upgrade-interactive / upgradeInteractive
- version
- versions
- why
- workspace
- workspaces
Run `yarn help COMMAND` for more information on specific commands.
Visit https://yarnpkg.com/en/docs/cli/ to learn more about Yarn.
PS C:\Source\animavita\apps\mobile> yarn install
yarn install v1.22.19
info No lockfile found.
[1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@animavita
%2fmodels: Not found".
info If you think this is a bug, please open a bug report with the information
provided in "C:\\Source\\animavita\\apps\\mobile\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this
command.
PS C:\Source\animavita\apps\mobile> ls
Directory: C:\Source\animavita\apps\mobile
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 02:03 .expo
d----- 10-04-2023 01:05 assets
d----- 10-04-2023 01:05 src
d----- 10-04-2023 01:05 __tests__
-a---- 10-04-2023 01:05 96 .prettierrc
-a---- 10-04-2023 01:05 557 app.config.js
-a---- 10-04-2023 01:05 704 app.json
-a---- 10-04-2023 01:05 820 App.tsx
-a---- 10-04-2023 01:05 108 babel.config.js
-a---- 10-04-2023 01:05 315 index.js
-a---- 10-04-2023 01:05 221 jest-setup.js
-a---- 10-04-2023 01:05 460 metro.config.js
-a---- 10-04-2023 01:59 3344 package.json
-a---- 10-04-2023 01:05 91 tsconfig.json
-a---- 10-04-2023 01:05 50 types.d.ts
-a---- 10-04-2023 02:08 5827 yarn-error.log
PS C:\Source\animavita\apps\mobile> cd..
PS C:\Source\animavita\apps> ls
Directory: C:\Source\animavita\apps
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:11 backend
d----- 10-04-2023 02:04 mobile
PS C:\Source\animavita\apps> cd.
cd. : The term 'cd.' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
+ cd.
+ ~~~
+ CategoryInfo : ObjectNotFound: (cd.:String) [],
CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Source\animavita\apps> cd..
PS C:\Source\animavita> ls
Directory: C:\Source\animavita
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:05 .github
d----- 10-04-2023 01:05 .vscode
d----- 10-04-2023 01:05 apps
d----- 10-04-2023 01:24 node_modules
d----- 10-04-2023 01:05 shared
-a---- 10-04-2023 01:05 196 .dockerignore
-a---- 10-04-2023 01:05 505 .gitignore
-a---- 10-04-2023 01:05 76 .npmrc
-a---- 10-04-2023 01:05 25 .npmrc-default-node-linker
-a---- 10-04-2023 01:05 10 .nvmrc
-a---- 10-04-2023 01:05 1844 CONTRIBUTING.md
-a---- 10-04-2023 01:05 862 docker-compose.yml
-a---- 10-04-2023 01:05 18610 LICENSE.md
-a---- 10-04-2023 02:03 2616 package-lock.json
-a---- 10-04-2023 01:24 473 package.json
-a---- 10-04-2023 01:05 649421 pnpm-lock.yaml
-a---- 10-04-2023 01:05 37 pnpm-workspace.yaml
-a---- 10-04-2023 01:05 2259 README.md
-a---- 10-04-2023 01:05 193 tsconfig.json
PS C:\Source\animavita> yarn install
yarn install v1.22.19
info No lockfile found.
warning package-lock.json found. Your project contains lock files generated by
tools other than Yarn. It is advised notto mix package managers in order to avoid
resolution inconsistencies caused by unsynchronized lock files. To clear
thiswarning, remove package-lock.json.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 2.65s.
PS C:\Source\animavita> pnpm --filter mobile start
> [email protected] start C:\Source\animavita\apps\mobile
> set ENV=dev & expo start
Starting project at C:\Source\animavita\apps\mobile
Unable to find expo in this project - have you run yarn / npm install yet?
C:\Source\animavita\apps\mobile:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL
[email protected] start: `set ENV=dev & expo start`
Exit status 1
WARN Local package.json exists, but node_modules missing, did you mean to
install?
PS C:\Source\animavita> ls
Directory: C:\Source\animavita
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:05 .github
d----- 10-04-2023 01:05 .vscode
d----- 10-04-2023 01:05 apps
d----- 10-04-2023 02:11 node_modules
d----- 10-04-2023 01:05 shared
-a---- 10-04-2023 01:05 196 .dockerignore
-a---- 10-04-2023 01:05 505 .gitignore
-a---- 10-04-2023 01:05 76 .npmrc
-a---- 10-04-2023 01:05 25 .npmrc-default-node-linker
-a---- 10-04-2023 01:05 10 .nvmrc
-a---- 10-04-2023 01:05 1844 CONTRIBUTING.md
-a---- 10-04-2023 01:05 862 docker-compose.yml
-a---- 10-04-2023 01:05 18610 LICENSE.md
-a---- 10-04-2023 02:03 2616 package-lock.json
-a---- 10-04-2023 01:24 473 package.json
-a---- 10-04-2023 01:05 649421 pnpm-lock.yaml
-a---- 10-04-2023 01:05 37 pnpm-workspace.yaml
-a---- 10-04-2023 01:05 2259 README.md
-a---- 10-04-2023 01:05 193 tsconfig.json
-a---- 10-04-2023 02:11 2240 yarn.lock
PS C:\Source\animavita> dir
Directory: C:\Source\animavita
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 01:05 .github
d----- 10-04-2023 01:05 .vscode
d----- 10-04-2023 01:05 apps
d----- 10-04-2023 02:11 node_modules
d----- 10-04-2023 01:05 shared
-a---- 10-04-2023 01:05 196 .dockerignore
-a---- 10-04-2023 01:05 505 .gitignore
-a---- 10-04-2023 01:05 76 .npmrc
-a---- 10-04-2023 01:05 25 .npmrc-default-node-linker
-a---- 10-04-2023 01:05 10 .nvmrc
-a---- 10-04-2023 01:05 1844 CONTRIBUTING.md
-a---- 10-04-2023 01:05 862 docker-compose.yml
-a---- 10-04-2023 01:05 18610 LICENSE.md
-a---- 10-04-2023 02:03 2616 package-lock.json
-a---- 10-04-2023 01:24 473 package.json
-a---- 10-04-2023 01:05 649421 pnpm-lock.yaml
-a---- 10-04-2023 01:05 37 pnpm-workspace.yaml
-a---- 10-04-2023 01:05 2259 README.md
-a---- 10-04-2023 01:05 193 tsconfig.json
-a---- 10-04-2023 02:11 2240 yarn.lock
PS C:\Source\animavita> npm install
up to date, audited 8 packages in 683ms
found 0 vulnerabilities
PS C:\Source\animavita> cd .\apps\
PS C:\Source\animavita\apps> cd .\mobile\
PS C:\Source\animavita\apps\mobile> ls
Directory: C:\Source\animavita\apps\mobile
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 02:11 .expo
d----- 10-04-2023 01:05 assets
d----- 10-04-2023 01:05 src
d----- 10-04-2023 01:05 __tests__
-a---- 10-04-2023 01:05 96 .prettierrc
-a---- 10-04-2023 01:05 557 app.config.js
-a---- 10-04-2023 01:05 704 app.json
-a---- 10-04-2023 01:05 820 App.tsx
-a---- 10-04-2023 01:05 108 babel.config.js
-a---- 10-04-2023 01:05 315 index.js
-a---- 10-04-2023 01:05 221 jest-setup.js
-a---- 10-04-2023 01:05 460 metro.config.js
-a---- 10-04-2023 01:59 3344 package.json
-a---- 10-04-2023 01:05 91 tsconfig.json
-a---- 10-04-2023 01:05 50 types.d.ts
-a---- 10-04-2023 02:08 5827 yarn-error.log
PS C:\Source\animavita\apps\mobile> npm install
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:*
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pravi\AppData\Local\npm-cache\_logs\2023-04-09T20_42_56_988Z-
debug-0.log
PS C:\Source\animavita\apps\mobile> ls
Directory: C:\Source\animavita\apps\mobile
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 10-04-2023 02:11 .expo
d----- 10-04-2023 01:05 assets
d----- 10-04-2023 01:05 src
d----- 10-04-2023 01:05 __tests__
-a---- 10-04-2023 01:05 96 .prettierrc
-a---- 10-04-2023 01:05 557 app.config.js
-a---- 10-04-2023 01:05 704 app.json
-a---- 10-04-2023 01:05 820 App.tsx
-a---- 10-04-2023 01:05 108 babel.config.js
-a---- 10-04-2023 01:05 315 index.js
-a---- 10-04-2023 01:05 221 jest-setup.js
-a---- 10-04-2023 01:05 460 metro.config.js
-a---- 10-04-2023 01:59 3344 package.json
-a---- 10-04-2023 01:05 91 tsconfig.json
-a---- 10-04-2023 01:05 50 types.d.ts
-a---- 10-04-2023 02:08 5827 yarn-error.log
PS C:\Source\animavita\apps\mobile> notepad .\package.json
PS C:\Source\animavita\apps\mobile> cd..
PS C:\Source\animavita\apps> cd .\mobile\
PS C:\Source\animavita\apps\mobile> npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving:
[email protected]npm ERR! Found:
[email protected]npm ERR! node_modules/react
npm ERR! react@"18.1.0" from the root project
npm ERR! peer react@">=16.0.0" from @testing-library/
[email protected]npm ERR! node_modules/@testing-library/jest-native
npm ERR! dev @testing-library/jest-native@"^5.4.1" from the root project
npm ERR! 1 more (react-native)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.2.0" from
[email protected]npm ERR! node_modules/react-test-renderer
npm ERR! dev react-test-renderer@"^18.2.0" from the root project
npm ERR! peer react-test-renderer@">=16.0.0" from @testing-library/jest-
[email protected]npm ERR! node_modules/@testing-library/jest-native
npm ERR! dev @testing-library/jest-native@"^5.4.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\pravi\AppData\Local\npm-cache\eresolve-report.txt for a full
report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pravi\AppData\Local\npm-cache\_logs\2023-04-09T20_44_29_978Z-
debug-0.log
PS C:\Source\animavita\apps\mobile> npm install --force
npm WARN using --force Recommended protections disabled.
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @testing-library/
[email protected]npm WARN Found: @types/
[email protected]npm WARN node_modules/@types/react
npm WARN dev @types/react@"~18.0.14" from the root project
npm WARN 5 more (@types/react-native, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peerOptional @types/react@"^16.9.0 || ^17.0.0" from
@testing-library/
[email protected]npm WARN node_modules/@testing-library/react-hooks
npm WARN dev @testing-library/react-hooks@"^8.0.1" from the root project
npm WARN
npm WARN Conflicting peer dependency: @types/
[email protected]npm WARN node_modules/@types/react
npm WARN peerOptional @types/react@"^16.9.0 || ^17.0.0" from
@testing-library/
[email protected]npm WARN node_modules/@testing-library/react-hooks
npm WARN dev @testing-library/react-hooks@"^8.0.1" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @testing-library/
[email protected]npm WARN Found:
[email protected]npm WARN node_modules/react
npm WARN react@"18.1.0" from the root project
npm WARN 19 more (react-hook-form, @react-navigation/native, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@"^16.9.0 || ^17.0.0" from @testing-library/
[email protected]npm WARN node_modules/@testing-library/react-hooks
npm WARN dev @testing-library/react-hooks@"^8.0.1" from the root project
npm WARN
npm WARN Conflicting peer dependency:
[email protected]npm WARN node_modules/react
npm WARN peer react@"^16.9.0 || ^17.0.0" from @testing-library/
[email protected]npm WARN node_modules/@testing-library/react-hooks
npm WARN dev @testing-library/react-hooks@"^8.0.1" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @testing-library/
[email protected]npm WARN Found:
[email protected]npm WARN node_modules/react-dom
npm WARN react-dom@"18.1.0" from the root project
npm WARN 4 more (@tanstack/react-query, native-base, react-native-web, styled-
components)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peerOptional react-dom@"^16.9.0 || ^17.0.0" from @testing-library/react-
[email protected]npm WARN node_modules/@testing-library/react-hooks
npm WARN dev @testing-library/react-hooks@"^8.0.1" from the root project
npm WARN
npm WARN Conflicting peer dependency:
[email protected]npm WARN node_modules/react-dom
npm WARN peerOptional react-dom@"^16.9.0 || ^17.0.0" from @testing-library/react-
[email protected]npm WARN node_modules/@testing-library/react-hooks
npm WARN dev @testing-library/react-hooks@"^8.0.1" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @testing-library/
[email protected]npm WARN Found:
[email protected]npm WARN node_modules/react-test-renderer
npm WARN dev react-test-renderer@"^18.2.0" from the root project
npm WARN 2 more (@testing-library/jest-native, @testing-library/react-native)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peerOptional react-test-renderer@"^16.9.0 || ^17.0.0" from @testing-
library/
[email protected]npm WARN node_modules/@testing-library/react-hooks
npm WARN dev @testing-library/react-hooks@"^8.0.1" from the root project
npm WARN
npm WARN Conflicting peer dependency:
[email protected]npm WARN node_modules/react-test-renderer
npm WARN peerOptional react-test-renderer@"^16.9.0 || ^17.0.0" from @testing-
library/
[email protected]npm WARN node_modules/@testing-library/react-hooks
npm WARN dev @testing-library/react-hooks@"^8.0.1" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving:
[email protected]npm WARN Found:
[email protected]npm WARN node_modules/react
npm WARN react@"18.1.0" from the root project
npm WARN 19 more (react-hook-form, @react-navigation/native, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@"^18.2.0" from
[email protected]npm WARN node_modules/react-test-renderer
npm WARN dev react-test-renderer@"^18.2.0" from the root project
npm WARN 2 more (@testing-library/jest-native, @testing-library/react-native)
npm WARN
npm WARN Conflicting peer dependency:
[email protected]npm WARN node_modules/react
npm WARN peer react@"^18.2.0" from
[email protected]npm WARN node_modules/react-test-renderer
npm WARN dev react-test-renderer@"^18.2.0" from the root project
npm WARN 2 more (@testing-library/jest-native, @testing-library/react-native)
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN deprecated @npmcli/
[email protected]: This functionality has been moved to
@npmcli/fs
npm WARN deprecated
[email protected]: Modern JS already guarantees Array#sort() is a
stable sort, so this library is deprecated. See the compatibility table on MDN:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
Array/sort#browser_compatibility
npm WARN deprecated
[email protected]: See https://github.com/lydell/source-map-
url#deprecated
npm WARN deprecated
[email protected]: Please see
https://github.com/lydell/urix#deprecated
npm WARN deprecated
[email protected]: https://github.com/lydell/resolve-
url#deprecated
npm WARN deprecated
[email protected]: Use your platform's native performance.now()
and performance.timeOrigin.
npm WARN deprecated
[email protected]: See https://github.com/lydell/source-
map-resolve#deprecated
npm WARN deprecated
[email protected]: Chokidar 2 does not receive security updates
since 2019. Upgrade to chokidar 3 with15x fewer dependencies
npm WARN deprecated
[email protected]: some dependency vulnerabilities fixed, support for
node < 10 dropped, and newer ECMAScript syntax/features added
npm WARN deprecated
[email protected]: The querystring API is considered Legacy.
new code should use the URLSearchParams API instead.
npm WARN deprecated
[email protected]: Please upgrade to version 7 or higher. Older
versions may use Math.random() in certain circumstances, which is known to be
problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated
[email protected]: support for ECMAScript is superseded by
`uglify-js` as of v3.13.0
npm WARN deprecated
[email protected]: This SVGO version is no longer supported. Upgrade
to v2.x.x.
npm WARN deprecated
[email protected]: Chokidar 2 does not receive security updates
since 2019. Upgrade to chokidar 3 with15x fewer dependencies
added 2828 packages, and audited 2830 packages in 4m
194 packages are looking for funding
run `npm fund` for details
39 vulnerabilities (1 low, 1 moderate, 33 high, 4 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
PS C:\Source\animavita\apps\mobile> cd..
PS C:\Source\animavita\apps> cd..
PS C:\Source\animavita> pnpm --filter mobile start
> [email protected] start C:\Source\animavita\apps\mobile
> set ENV=dev & expo start
Starting project at C:\Source\animavita\apps\mobile
Some dependencies are incompatible with the installed expo version:
[email protected] - expected version: ~14.0.2
[email protected] - expected version: ~12.0.0
[email protected] - expected version: 0.70.8
[email protected] - expected version: ~2.8.0
Your project may not work correctly until you install the correct versions of the
packages.
Install individual packages by running npx expo install expo-image-picker@~14.0.2
expo-secure-store@~12.0.0
[email protected] react-native-gesture-handler@~2.8.0
Starting Metro Bundler
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █ ██▀▀▄▀▄██ ▄▄▄▄▄ █
█ █ █ █ ▀█ ▀██▀█ █ █ █
█ █▄▄▄█ █▀ █▄▄▀▄▀█ █▄▄▄█ █
█▄▄▄▄▄▄▄█▄█ ▀▄█ ▀ █▄▄▄▄▄▄▄█
█▄ ▀█▄ ▄▀▀█▄█▄▀▄ ▄██ ▀▄▄ ▄█
█▀▀█▀▀▄▄▄▀ ▄█▀▄ ▄ ▀ █▄ ▀██
█▀█▀▄▄▀▄ ▀▀▀▄ █▄▀▄▀▄▀▀▄ ▀██
███ ▄ ▄▄█▄█▄ █▄█▄▄▄█▄▀ ▀███
█▄▄████▄▄ ▄ ▀▀▀▄▄ ▄▄▄ ▀ ▄▄█
█ ▄▄▄▄▄ █▀▄▀ ██▀▀ █▄█ ▀▀▀▀█
█ █ █ █▄▄▄▀▀█▄█▄▄ ▄▄▀ ▀▀█
█ █▄▄▄█ █▀ ▀ ██▀▄██▄▀█▀▀ ██
█▄▄▄▄▄▄▄█▄█▄███▄████▄▄▄▄▄▄█
› Metro waiting on exp://192.168.29.237:19000
› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
› Press a │ open Android
› Press w │ open web
› Press j │ open debugger
› Press r │ reload app
› Press m │ toggle menu
› Press ? │ show all commands
Logs for your project will appear below. Press Ctrl+C to exit.
Starting Webpack on port 19006 in development mode.
‼ 「wds」: transportMode is an experimental option, meaning its usage could
potentially change without warning
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █ ██▀▀▄▀▄██ ▄▄▄▄▄ █
█ █ █ █ ▀█ ▀██▀█ █ █ █
█ █▄▄▄█ █▀ █▄▄▀▄▀█ █▄▄▄█ █
█▄▄▄▄▄▄▄█▄█ ▀▄█ ▀ █▄▄▄▄▄▄▄█
█▄ ▀█▄ ▄▀▀█▄█▄▀▄ ▄██ ▀▄▄ ▄█
█▀▀█▀▀▄▄▄▀ ▄█▀▄ ▄ ▀ █▄ ▀██
█▀█▀▄▄▀▄ ▀▀▀▄ █▄▀▄▀▄▀▀▄ ▀██
███ ▄ ▄▄█▄█▄ █▄█▄▄▄█▄▀ ▀███
█▄▄████▄▄ ▄ ▀▀▀▄▄ ▄▄▄ ▀ ▄▄█
█ ▄▄▄▄▄ █▀▄▀ ██▀▀ █▄█ ▀▀▀▀█
█ █ █ █▄▄▄▀▀█▄█▄▄ ▄▄▀ ▀▀█
█ █▄▄▄█ █▀ ▀ ██▀▄██▄▀█▀▀ ██
█▄▄▄▄▄▄▄█▄█▄███▄████▄▄▄▄▄▄█
› Metro waiting on exp://192.168.29.237:19000
› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
› Web is waiting on http://localhost:19006
› Press a │ open Android
› Press w │ open web
› Press j │ open debugger
› Press r │ reload app
› Press m │ toggle menu
› Press ? │ show all commands
› Open in the web browser...
› Press ? │ show all commands
Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\
hiberfil.sys'
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat
'C:\DumpStack.log.tmp'
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat
'C:\DumpStack.log.tmp'
› Press a │ open Android
› shift+a │ select a device or emulator
› Press w │ open web
› Press r │ reload app
› Press j │ open debugger
› Press m │ toggle menu
› shift+m │ more tools
› Press o │ open project code in your editor
› Press c │ show project QR
Opening JavaScript inspector in the browser...
No compatible apps connected. JavaScript Debugging can only be used with the Hermes
engine. Learn more: https://docs.expo.dev/guides/using-hermes/
› Opening on Android...
CommandError: No Android connected device found, and no emulators could be started
automatically.
Please connect a device or create an emulator
(https://docs.expo.dev/workflow/android-studio-emulator).
Then follow the instructions here to enable USB debugging:
https://developer.android.com/studio/run/device.html#developer-device-options. If
you are using Genymotion go to Settings -> ADB, select "Use custom Android SDK
tools", and point it at your Android SDK directory.
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat
'C:\DumpStack.log.tmp'
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat
'C:\DumpStack.log.tmp'
√ Dev tools (native only) » Reload app
warn No apps connected. Sending "sendDevCommand" to all React Native apps failed.
Make sure your app is running in the simulator or on a phone connected via USB.
› Press ? │ show all commands
› Opening on Android...
√ Select a device/emulator » Resizable_Experimental_API_33 (emulator)
› Opening exp://192.168.29.237:19000 on Resizable_Experimental_API_33
Downloading the Expo Go app
[================================================================] 100% 0.0s
› Press ? │ show all commands
Android ./index.js ▓░░░░░░░░░░░░░░░ 6.8% (122/468)Error from chokidar (C:\
node_modules): Error: EBUSY: resource busy or locked, lstat 'C:\DumpStack.log.tmp'
Android Bundling failed 21145ms
Unable to resolve "fast-text-encoding" from "..\..\shared\validation-schemas\dist\
src\adoption.js"
Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat
'C:\DumpStack.log.tmp'
Android Bundling failed 1958ms
Unable to resolve "fast-text-encoding" from "..\..\shared\validation-schemas\dist\
src\adoption.js"