iroha-wallet-js
iroha-wallet-js copied to clipboard
unable to serve the app
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
on npm run serve, showing this error
Syntax Error: TypeError: Cannot read property 'range' of null
BY adding these 2 rules in eslintrc.js its working
"template-curly-spacing" : "off", indent : "off"