🐛 Bug Report
Prerequisites
Description
app/node_modules/@docusaurus/core/bin/docusaurus.js:49
if (notifier.update && semver.gt(this.update.latest, this.update.current)) {
^
TypeError: Cannot read property 'latest' of undefined
at Object.<anonymous> (app/node_modules/@docusaurus/core/bin/docusaurus.js:49:46)
yes
Steps to reproduce
upgrade to 2.0.0-beta.3 it was working on 2.0.0-beta.1
docusaurus start
Expected behavior
do not break
Actual behavior
shows an error
app/node_modules/@docusaurus/core/bin/docusaurus.js:49
if (notifier.update && semver.gt(this.update.latest, this.update.current)) {
^
TypeError: Cannot read property 'latest' of undefined
at Object.<anonymous> (app/node_modules/@docusaurus/core/bin/docusaurus.js:49:46)
Your environment
- Public source code: private
- Public site URL: private
- Docusaurus version used: 2.0.0-beta.3
- Environment name and version chrome, node 14
- Operating system and version: mac os x
"@docusaurus/core": "2.0.0-beta.3",
"@docusaurus/preset-classic": "2.0.0-beta.3",
Reproducible demo
I will work on it
🐛 Bug Report
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
Have you read the Contributing Guidelines on issues?
yes
Steps to reproduce
upgrade to 2.0.0-beta.3 it was working on 2.0.0-beta.1
docusaurus startExpected behavior
do not break
Actual behavior
shows an error
Your environment
"@docusaurus/core": "2.0.0-beta.3",
"@docusaurus/preset-classic": "2.0.0-beta.3",
Reproducible demo
I will work on it