我有一个基于云的服务器。我按照这个指南来配置它的安全性:http://www.rubytreesoftware.com/resources/securely-setup-ubuntu-1404-server
SSH的配置如下:
# Edit or add the following configuration to sshd_config
PermitRootLogin no
PasswordAuthentication no
X11Forwarding no
AllowUsers andy deploy
我通过将笔记本上的私钥添加到主机上的授权密钥来与远程服务器进行身份验证。
我担心的是,如
我有一个云函数项目,我把这个项目从我的旧笔记本电脑转移到了我的新笔记本电脑上。
我已经安装了所有必要的东西。我的问题是,当我尝试"firebase deply“时,它会给我这个错误:
! functions: package.json indicates an outdated version of firebase-functions. Please upgrade using npm install --save firebase-functions@latest in your functions directory.
我做了别人告诉我的事情,但它仍然给我同样的错误。我该怎么