google-home / smart-home-nodejs

A sample of the Smart Home device control APIs in Actions on Google
Apache License 2.0
894 stars 292 forks source link

Problems running deploy #526

Closed Urigueler closed 3 years ago

Urigueler commented 3 years ago

When I call "npm run deploy" from terminal I get near 2000 errors after this commands are executed.

smart-home-frontend@0.0.1 lint /home/oriol/Desktop/smart-home-nodejs/frontend eslint ./src

Any clues on how to fix this ?

jasperrosiers commented 3 years ago

I am experiencing the same issue, having about 2000 errors and 2400 problems. Most of them seem to come from prettier. Did you find a fix yet?

proppy commented 3 years ago

I believe this is fixed with https://github.com/actions-on-google/smart-home-frontend/commit/ddab669fd31a68d0c9b9685f97df316d1798c545 can you give it another try?

proppy commented 3 years ago

Assuming this was fixed per https://github.com/actions-on-google/smart-home-nodejs/issues/526#issuecomment-758312904, feel free to comment if you still see this issue.

hoangtri3796 commented 3 years ago

Capture I checked and followed your guide to fix this problem but it didn't work, still got this issue when running "npm run deploy"

proppy commented 3 years ago

@hoangtri3796 can you file a new issue? which platform are you running npm run deploy on?