iroha-wallet-js icon indicating copy to clipboard operation
iroha-wallet-js copied to clipboard

unable to serve the app

Open AqeelKazmi opened this issue 3 years ago • 1 comments

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 avatar Mar 26 '21 11:03 AqeelKazmi

BY adding these 2 rules in eslintrc.js its working

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

AqeelKazmi avatar Mar 26 '21 12:03 AqeelKazmi