You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2020. It is now read-only.
Hi,
I just cloned the repo and ran npm install
And then ran npm start.
It failed with this message:
> headlesscms@2.0.0 start /Users/cz/Documents/a-projects/headlesscms_org/test/headlesscms.org
> react-static start
=> Building Routes...
Local archive not found, fetching new data.
[before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4
Error: Token authentication requires a token to be set
- authenticate.js:25 authenticate
[headlesscms.org]/[@octokit]/rest/lib/plugins/authentication/authenticate.js:25:15
- fetch-archive.js:24 authenticate
/Users/cz/Documents/a-projects/headlesscms_org/test/headlesscms.org/scripts/fetch-archive.js:24:11
- fetch-archive.js:137 _callee8$
/Users/cz/Documents/a-projects/headlesscms_org/test/headlesscms.org/scripts/fetch-archive.js:137:3
- runtime.js:62 tryCatch
[headlesscms.org]/[babel-runtime]/[regenerator-runtime]/runtime.js:62:40
- runtime.js:296 Generator.invoke [as _invoke]
[headlesscms.org]/[babel-runtime]/[regenerator-runtime]/runtime.js:296:22
- runtime.js:114 Generator.prototype.<computed> [as next]
[headlesscms.org]/[babel-runtime]/[regenerator-runtime]/runtime.js:114:21
- fetch-archive.js:383 step
/Users/cz/Documents/a-projects/headlesscms_org/test/headlesscms.org/scripts/fetch-archive.js:383:191
- fetch-archive.js:383
/Users/cz/Documents/a-projects/headlesscms_org/test/headlesscms.org/scripts/fetch-archive.js:383:361
I had had some errors when running npm install, so I deleted the package-lock.json and installed again and it installed with no errors. However, npm start gave the same results.
I updated to latest node (13.12.0) and npm (6.14.4), but no change in behaviour.
Hi,
I just cloned the repo and ran
npm installAnd then ran
npm start.It failed with this message:
I had had some errors when running
npm install, so I deleted thepackage-lock.jsonand installed again and it installed with no errors. However,npm startgave the same results.I updated to latest node (13.12.0) and npm (6.14.4), but no change in behaviour.
Help! :)