-
Notifications
You must be signed in to change notification settings - Fork 968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cross-env: No such file or directory #690
Comments
@mbleigh Can you take a look? I think this is caused by the fact that firebase-tools is installed as a local dependency, so cross-env has actually been installed at the same directory level as firebase-tools, not one level deeper at firebase-tools/node_modules. @zgosalvez In the meanwhile, you can remove the "predeploy" section in firebase.json to be able to deploy successfully. |
#692 should address this (I hope). @zgosalvez can you try making your firebase-tools dependency on the branch |
@mbleigh It works! I set it as |
Resolved by v3.17.6 |
Version info
3.17.5 (Both globally and locally)
Platform Information
OS X and Linux
Steps to reproduce
rules.json
filenpm install firebase-tools --save-dev
node_modules/.bin/firebase --project project-id deploy --only database --debug
Expected behavior
Successful deployment.
Actual behavior
N.B.
npm install -g firebase-tools
.The text was updated successfully, but these errors were encountered: