soramitsu / iroha-wallet-js

Sample wallet application for Iroha
Apache License 2.0
27 stars 18 forks source link

unable to serve the app #58

Open AqeelKazmi opened 3 years ago

AqeelKazmi commented 3 years ago

docker-compose -f docker/docker-compose.yaml up This command also run successfuly and postgress , iroha and grpc containers have been created but unbale to serve the application

Screenshot from 2021-03-26 16-33-31

on npm run serve, showing this error

Syntax Error: TypeError: Cannot read property 'range' of null

AqeelKazmi commented 3 years ago

BY adding these 2 rules in eslintrc.js its working

"template-curly-spacing" : "off", indent : "off"