Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 代码未部署在firebase云上_Android - Fatal编程技术网

Android 代码未部署在firebase云上

Android 代码未部署在firebase云上,android,Android,在firebase云上部署项目时,我的项目出现错误。请告诉我此问题的解决方案 C:\Users\Cloud Analogy\Desktop\Notifications\functions>firebase deploy === Deploying to 'rideservices-620cc'... i deploying functions Running command: npm --prefix "$RESOURCE_DIR" run lint npm ERR! path C:

在firebase云上部署项目时,我的项目出现错误。请告诉我此问题的解决方案

C:\Users\Cloud Analogy\Desktop\Notifications\functions>firebase deploy

=== Deploying to 'rideservices-620cc'...

i  deploying functions
Running command: npm --prefix "$RESOURCE_DIR" run lint
npm ERR! path C:\Users\Cloud Analogy\Desktop\Notifications\%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\Cloud Analogy\Desktop\Notifications\%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\Cloud Analogy\AppData\Roaming\npm-cache\_logs\2018-08-27T19_50_57_450Z-debug.log

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

C:\Users\Cloud Analogy\Desktop\Notifications\functions>"predeploy": [
'"predeploy":' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Cloud Analogy\Desktop\Notifications\functions>"npm --prefix %RESOURCE_DIR% run lint"
'"npm --prefix %RESOURCE_DIR% run lint"' is not recognized as an internal or external command,
operable program or batch file.

打开
Firebase.json
并将predeloy更改为:

{
  ...  // your config
  "functions": {
    "predeploy": [
      "npm --prefix \"%RESOURCE_DIR%\" run lint"
    ],
    "source": "functions"
  }
  ... // your config
}

谢谢,@JamesI我又面临一个问题请访问一个链接并解决我的问题。这是一个链接()