espocrm/ext-template

error when building ext-template

czcpf opened this issue · 1 comments

czcpf commented

I have a get a strange error when issuing the build per the readMe.

node build --all

Fetching EspoCRM repository...
Downloading EspoCRM archive from Github...
Unzipping...
Installing EspoCRM instance...
Creating config...
Npm install...
npm ERR! code EUSAGE
npm ERR!
npm ERR! npm ci can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with npm install before continuing.
npm ERR!
npm ERR! Missing: minimist@0.0.10 from lock file

czcpf commented

Fixed by changing branch from "stable" to "master" in config.json and re-running command.

"espocrm": {
"repository": "https://github.com/espocrm/espocrm.git",
"branch": "master"
},