webcompat / webcompat-reporter-extensions

Browser extensions to help report site compatibilty issues.
26 stars 21 forks source link

npm run opera throwing error on windows #133

Closed mbuotidem closed 5 years ago

mbuotidem commented 5 years ago

C:\Users\Michael\webcompat-reporter-extensions>npm run opera npm ERR! missing script: opera

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Michael\AppData\Roaming\npm-cache_logs\2018-09-29T15_55_40_962Z-debug.log

2018-09-29T15_55_40_962Z-debug.log

laghee commented 5 years ago

@mbuotidem Yay! Thanks for the reports. This particular one I can explain -- while we have run scripts for Firefox and Chrome, we don't currently have one for Opera (which is why node can't find it).

Maybe writing one is something we might add as a good next bug... @miketaylr?