corvid
corvid copied to clipboard
Linux Authentication Failure
Describe the bug Linux Corvid Cli install error npx create-corvid-app installs without wixsite dependency npx create-corvid-app does not install with site dependency install libgbm-dev creates partial fix, though install still fails on authentication attempt
To Reproduce Steps to reproduce the behavior:
- Access Google Cloud Shell Linux Debian 10 environment*
- Standard installation comes with NPM and Node
- Standard authentication with NPM adduser
- Run npx create-corvid-app with folder and site commands
- folder will only complete if site is removed
- subsequent site clones will fail
- no authentication prompt in wix.com editor
Expected behaviour Either install or wix.com editor authentication prompt
Screenshots
error log after libgbm install
"message":"running [clone https://www.wisetribes.com]","level":"info","timestamp":"2020-12-22T01:58:58.817Z"
"message":"\nundefined:0\n\n\nillegal access\n
node --trace-uncaught returns no further information
error prior to libgbm
error after libgbm
Desktop (please complete the following information):
- OS: Linux Debian Buster (10) through GCP VM
- Version 10
Additional context If authentication is an issue, could we add a file to backend code for access?
*note - attempted GCP install after local debian 10 install also failed - didn't document that fail to check it was exactly the same, can if that helps.