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
If I remove the line "packageManager": "^[email protected]", in the package.json the dependencies installation works but after if I try to run yarn example web I get another error:
Internal Error: ENOENT: no such file or directory, lstat '/Users/salatielqueiroz/personal/awesome-lib/example/example'
at Object.realpathSync (node:fs:2552:7)
at NodeFS.realpathSync (/Users/salatielqueiroz/personal/awesome-lib/.pnp.cjs:17314:45)
at makeCallSync.archivePath.archivePath (/Users/salatielqueiroz/personal/awesome-lib/.pnp.cjs:19434:26)
at ZipOpenFS.makeCallSync (/Users/salatielqueiroz/personal/awesome-lib/.pnp.cjs:19934:14)
at ZipOpenFS.realpathSync (/Users/salatielqueiroz/personal/awesome-lib/.pnp.cjs:19433:17)
at VirtualFS.realpathSync (/Users/salatielqueiroz/personal/awesome-lib/.pnp.cjs:19183:26)
at PosixFS.realpathSync (/Users/salatielqueiroz/personal/awesome-lib/.pnp.cjs:18934:41)
at NodePathFS.realpathSync (/Users/salatielqueiroz/personal/awesome-lib/.pnp.cjs:18934:41)
at i (/Users/salatielqueiroz/.cache/node/corepack/yarn/3.6.1/yarn.js:446:12005)
at async t (/Users/salatielqueiroz/.cache/node/corepack/yarn/3.6.1/yarn.js:446:10283)
Packages
create-react-native-library
react-native-builder-bob
Selected options
✔ What is the name of the npm package? … react-native-awesome-lib
✔ What is the description for the package? … super awesome lib
✔ What is the name of package author? … qsalatiel
✔ What is the email address for the package author? … *******@gmail.com
✔ What is the URL for the package author? … https://github.com/qsalatiel
✔ What is the URL for the repository? … https://github.com/qsalatiel/react-native-awesome-lib
✔ What type of library do you want to develop? › JavaScript library
✔ Project created successfully at awesome-lib!
Link to repro
No response
Environment
macOS Monterey (v12.6) Apple M1
Node v18.12.1
Yarn v3.6.1
The text was updated successfully, but these errors were encountered:
Description
Steps to reproduce
npx create-react-native-library@latest awesome-lib
cd awesome-lib
yarn
Error:
If I remove the line
"packageManager": "^[email protected]",
in the package.json the dependencies installation works but after if I try to runyarn example web
I get another error:Packages
Selected options
✔ What is the name of the npm package? … react-native-awesome-lib
✔ What is the description for the package? … super awesome lib
✔ What is the name of package author? … qsalatiel
✔ What is the email address for the package author? … *******@gmail.com
✔ What is the URL for the package author? … https://github.com/qsalatiel
✔ What is the URL for the repository? … https://github.com/qsalatiel/react-native-awesome-lib
✔ What type of library do you want to develop? › JavaScript library
✔ Project created successfully at awesome-lib!
Link to repro
No response
Environment
The text was updated successfully, but these errors were encountered: