WalletConnect / create-eth-app

Create Ethereum-powered apps with one command

Home Page:https://www.npmjs.com/package/create-eth-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: (0 , url_exist_1.default) is not a function when using --framework

mpokryva opened this issue · comments

Bug Description

Getting TypeError: (0 , url_exist_1.default) is not a function when using the --framework flag.

Steps to Reproduce

  1. yarn create eth-app --framework react . in an empty dir.

Expected Behavior

Aborting installation.
Unexpected error. Please report it as a bug:
TypeError: (0 , url_exist_1.default) is not a function
...

Additional Context

  • Running on macOS 11.2.1 (Big Sur).
  • nvm version returns v12.22.1.

Thanks for reporting! I managed to reproduce it. I'm working on a fix.