0
votes

I am getting the following error while deploying the Friendlypix web app :

npm ERR! missing script: lint

npm ERR! A complete log of this run can be found in:

npm ERR! C:\Users\Monika\AppData\Roaming\npm-cache_logs\2018-04-05T00_40_57_180Z-debug.log

Error: functions predeploy error: Command terminated with non-zero exit code 1

I also tried installing eslint but it was of no help. How do I rectify this error or is there any other way to do the same?

1

1 Answers

0
votes

check your package.json, you might have missed lint under scripts, but used it while deploying.