我最近在使用Firebase deploy命令时遇到了问题
C:\Users\enaam\Desktop\NotificationFunction>firebase deploy
=== Deploying to 'chatit-e11ac'...
i deploying functions
Running command: npm --prefix "$RESOURCE_DIR" run lint
npm ERR! path C:\Users\enaam\Desktop\NotificationFunction\%RESOURCE_DIR%\package.json
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\enaam\Desktop\NotificationFunction\%RESOURCE_DIR%\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\enaam\AppData\Roaming\npm-cache\_logs\2018-09-27T05_59_04_508Z-debug.log
Error: functions predeploy error: Command terminated with non-zero exit code4294963238
请提供我不知道该怎么做的任何帮助