stacks-archive / blockstack-app-generator

Blockstack app generator
MIT License
43 stars 28 forks source link

Added @blockstack/connect lib to react package.json #73

Closed cdadityang closed 4 years ago

cdadityang commented 4 years ago

Steps to reproduce

  1. Run npx generator-blockstack --react
  2. Run npm run start
  3. Server fails to compile as Module not found: Can't resolve '@blockstack/connect' in src/App.js

Changes

  1. Just added the latest @blockstack/connect to package.json which should fix this issue.
CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

agraebe commented 4 years ago

thanks for your contribution @cdadityang

agraebe commented 4 years ago

@diwakergupta to help with access, so I can merge this