Open
Description
Describe the bug
When I follow Install in Next.js project
document and run npx create-next-app -example https://github.com/GeekyAnts/nativebase-templates/tree/master/nextjs-with-native-base-typescript
, it complains ERESOLVE unable to resolve dependency tree
. I can also replicate with docker node alpine image.
To Reproduce
Steps to reproduce the behaviour:
- Run
cd /tmp
- Run
npx create-next-app -example https://github.com/GeekyAnts/nativebase-templates/tree/master/nextjs-with-native-base-typescript
- Enter
y
toOk to proceed?
- Enter
cna
toWhat is your project named?
To reproduce with docker:
- Run
docker run --interactive --rm --tty node:16-alpine sh
- Run
cd /tmp
- Run
npx create-next-app -example https://github.com/GeekyAnts/nativebase-templates/tree/master/nextjs-with-native-base-typescript
- Enter
y
toOk to proceed?
- Enter
cna
toWhat is your project named?
Expected behaviour
App directory is initialised without any error.
Platform
- NativeBase version n/a
- Device: Macbook Air/Docker
- OS: macOS/alpine
- Browser n/a
- Browser version n/a
- React Native version n/a
- Expo sdk version n/a
- node v16.13.0/v16.13.1
- yarn or npm 8.1.0/8.1.2