New install does not respect the --port specified to start
See original GitHub issueπ Bug Report
Iβm starting a fresh install, but it does not use the port specified with --port
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
- Iβm starting a fresh install
- yarn global add docusaurus-init
- docusaurus-init .
- cd website .
- yarn start --host 127.0.0.1 --port 3000
the port 3000 is available
root@oraculo:/tmp/site/website# telnet localhost 3000
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
Expected behavior
It should start with the port and host specified
Actual Behavior
It chooses a random port
$ yarn start --host 127.0.0.1 --port 3000
yarn run v1.17.3
warning package.json: No license field
$ docusaurus-start --host 127.0.0.1 --port 3000
LiveReload server started on port 36500
Docusaurus server started on port 2098
Reproducible Demo
$ node -v
v12.8.1
$ yarn -v
1.17.3
root@oraculo:/tmp# mkdir site
root@oraculo:/tmp# cd site/
root@oraculo:/tmp/site# ls
root@oraculo:/tmp/site# yarn global add docusaurus-init
yarn global v1.17.3
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "docusaurus-init@1.12.0" with binaries:
- docusaurus-init
Done in 0.31s.
root@oraculo:/tmp/site# docusaurus-init .
Website folder created!
Installing latest version of Docusaurus in website.
yarn add v1.17.3
warning package.json: No license field
info No lockfile found.
warning No license field
[1/4] Resolving packages...
warning docusaurus > @babel/polyfill@7.4.4: π¨ As of Babel 7.4.0, this
package has been deprecated in favor of directly
including core-js/stable (to polyfill ECMAScript
features) and regenerator-runtime/runtime
(needed to use transpiled generator functions):
> import "core-js/stable";
> import "regenerator-runtime/runtime";
warning docusaurus > markdown-toc > gray-matter > coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
warning docusaurus > remarkable > autolinker > gulp-header@1.8.12: Removed event-stream from gulp-header
[2/4] Fetching packages...
info fsevents@2.0.7: The platform "linux" is incompatible with this module.
info "fsevents@2.0.7" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.9: The platform "linux" is incompatible with this module.
info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
warning No license field
success Saved 623 new dependencies.
info Direct dependencies
ββ docusaurus@1.12.0
info All dependencies
ββ @babel/code-frame@7.5.5
ββ @babel/core@7.5.5
ββ @babel/helper-builder-binary-assignment-operator-visitor@7.1.0
ββ @babel/helper-builder-react-jsx@7.3.0
ββ @babel/helper-call-delegate@7.4.4
ββ @babel/helper-create-class-features-plugin@7.5.5
ββ @babel/helper-define-map@7.5.5
ββ @babel/helper-explode-assignable-expression@7.1.0
ββ @babel/helper-wrap-function@7.2.0
ββ @babel/helpers@7.5.5
ββ @babel/highlight@7.5.0
ββ @babel/parser@7.5.5
ββ @babel/plugin-proposal-async-generator-functions@7.2.0
ββ @babel/plugin-proposal-class-properties@7.5.5
ββ @babel/plugin-proposal-dynamic-import@7.5.0
ββ @babel/plugin-proposal-json-strings@7.2.0
ββ @babel/plugin-proposal-optional-catch-binding@7.2.0
ββ @babel/plugin-proposal-unicode-property-regex@7.4.4
ββ @babel/plugin-transform-arrow-functions@7.2.0
ββ @babel/plugin-transform-async-to-generator@7.5.0
ββ @babel/plugin-transform-block-scoped-functions@7.2.0
ββ @babel/plugin-transform-block-scoping@7.5.5
ββ @babel/plugin-transform-classes@7.5.5
ββ @babel/plugin-transform-computed-properties@7.2.0
ββ @babel/plugin-transform-destructuring@7.5.0
ββ @babel/plugin-transform-dotall-regex@7.4.4
ββ @babel/plugin-transform-duplicate-keys@7.5.0
ββ @babel/plugin-transform-exponentiation-operator@7.2.0
ββ @babel/plugin-transform-for-of@7.4.4
ββ @babel/plugin-transform-function-name@7.4.4
ββ @babel/plugin-transform-literals@7.2.0
ββ @babel/plugin-transform-member-expression-literals@7.2.0
ββ @babel/plugin-transform-modules-amd@7.5.0
ββ @babel/plugin-transform-modules-commonjs@7.5.0
ββ @babel/plugin-transform-modules-systemjs@7.5.0
ββ @babel/plugin-transform-modules-umd@7.2.0
ββ @babel/plugin-transform-named-capturing-groups-regex@7.4.5
ββ @babel/plugin-transform-new-target@7.4.4
ββ @babel/plugin-transform-object-super@7.5.5
ββ @babel/plugin-transform-parameters@7.4.4
ββ @babel/plugin-transform-property-literals@7.2.0
ββ @babel/plugin-transform-react-display-name@7.2.0
ββ @babel/plugin-transform-react-jsx-self@7.2.0
ββ @babel/plugin-transform-react-jsx-source@7.5.0
ββ @babel/plugin-transform-react-jsx@7.3.0
ββ @babel/plugin-transform-regenerator@7.4.5
ββ @babel/plugin-transform-reserved-words@7.2.0
ββ @babel/plugin-transform-shorthand-properties@7.2.0
ββ @babel/plugin-transform-spread@7.2.2
ββ @babel/plugin-transform-sticky-regex@7.2.0
ββ @babel/plugin-transform-template-literals@7.4.4
ββ @babel/plugin-transform-typeof-symbol@7.2.0
ββ @babel/plugin-transform-unicode-regex@7.4.4
ββ @babel/polyfill@7.4.4
ββ @babel/preset-env@7.5.5
ββ @babel/preset-react@7.0.0
ββ @babel/register@7.5.5
ββ @babel/types@7.5.5
ββ @mrmlnc/readdir-enhanced@2.2.1
ββ @nodelib/fs.stat@1.1.3
ββ @sindresorhus/is@0.7.0
ββ @types/cheerio@0.22.13
ββ @types/node@12.7.2
ββ @types/q@1.5.2
ββ accepts@1.3.7
ββ address@1.1.0
ββ ajv@6.10.2
ββ ansi-escapes@3.2.0
ββ ansi-red@0.1.1
ββ ansi-styles@3.2.1
ββ ansi-wrap@0.1.0
ββ anymatch@3.0.3
ββ arch@2.1.1
ββ archive-type@4.0.0
ββ arr-flatten@1.1.0
ββ array-filter@0.0.1
ββ array-find-index@1.0.2
ββ array-flatten@1.1.1
ββ array-map@0.0.0
ββ array-reduce@0.0.0
ββ array-union@1.0.2
ββ array-uniq@1.0.3
ββ arrify@1.0.1
ββ asn1@0.2.4
ββ assign-symbols@1.0.0
ββ async-each@1.0.3
ββ async@1.5.2
ββ asynckit@0.4.0
ββ atob@2.1.2
ββ autolinker@0.28.1
ββ autoprefixer@9.6.1
ββ aws-sign2@0.7.0
ββ aws4@1.8.0
ββ babel-code-frame@6.26.0
ββ babylon@6.18.0
ββ balanced-match@1.0.0
ββ base@0.11.2
ββ base64-js@1.3.1
ββ bcrypt-pbkdf@1.0.2
ββ big.js@5.2.2
ββ bin-check@4.1.0
ββ bin-version-check@4.0.0
ββ bin-version@3.1.0
ββ binary-extensions@2.0.0
ββ bl@1.2.2
ββ body-parser@1.19.0
ββ body@5.1.0
ββ brace-expansion@1.1.11
ββ braces@2.3.2
ββ buffer-alloc-unsafe@1.1.0
ββ buffer-alloc@1.2.0
ββ buffer-crc32@0.2.13
ββ buffer-fill@1.0.0
ββ buffer@5.4.0
ββ cache-base@1.0.1
ββ cacheable-request@2.1.4
ββ call-me-maybe@1.0.1
ββ caller-callsite@2.0.0
ββ caller-path@2.0.0
ββ callsites@2.0.0
ββ camelcase-keys@2.1.0
ββ camelcase@2.1.1
ββ caniuse-lite@1.0.30000989
ββ caseless@0.12.0
ββ caw@2.0.1
ββ chardet@0.7.0
ββ cheerio@0.22.0
ββ chokidar@3.0.2
ββ class-utils@0.3.6
ββ classnames@2.2.6
ββ cli-cursor@2.1.0
ββ cli-width@2.2.0
ββ clipboard@2.0.4
ββ clone-response@1.0.2
ββ coa@2.0.2
ββ coffee-script@1.12.7
ββ collection-visit@1.0.0
ββ color-name@1.1.3
ββ color@2.0.1
ββ combined-stream@1.0.8
ββ commander@2.20.0
ββ commondir@1.0.1
ββ concat-map@0.0.1
ββ concat-stream@1.6.2
ββ concat-with-sourcemaps@1.1.0
ββ config-chain@1.1.12
ββ console-stream@0.1.1
ββ continuable-cache@0.3.1
ββ convert-source-map@1.6.0
ββ cookie-signature@1.0.6
ββ cookie@0.4.0
ββ copy-descriptor@0.1.1
ββ core-js-compat@3.2.1
ββ core-js@2.6.9
ββ core-util-is@1.0.2
ββ cosmiconfig@5.2.1
ββ cross-spawn@6.0.5
ββ crowdin-cli@0.3.0
ββ css-color-names@0.0.4
ββ css-declaration-sorter@4.0.1
ββ css-select-base-adapter@0.1.1
ββ css-select@2.0.2
ββ css-tree@1.0.0-alpha.33
ββ css-unit-converter@1.1.1
ββ css-what@2.1.3
ββ cssesc@2.0.0
ββ cssnano-preset-default@4.0.7
ββ cssnano-util-raw-cache@4.0.1
ββ cssnano-util-same-parent@4.0.1
ββ cssnano@4.1.10
ββ csso@3.5.1
ββ currently-unhandled@0.4.1
ββ dashdash@1.14.1
ββ debug@2.6.9
ββ decamelize@1.2.0
ββ decompress-response@3.3.0
ββ decompress-tar@4.1.1
ββ decompress-tarbz2@4.1.1
ββ decompress-targz@4.1.1
ββ decompress-unzip@4.0.1
ββ deep-is@0.1.3
ββ delayed-stream@1.0.0
ββ delegate@3.2.0
ββ destroy@1.0.4
ββ detect-port-alt@1.1.6
ββ diacritics-map@0.1.0
ββ dir-glob@2.0.0
ββ docusaurus@1.12.0
ββ domhandler@2.4.2
ββ domutils@1.7.0
ββ dot-prop@4.2.0
ββ download@6.2.5
ββ duplexer@0.1.1
ββ ecc-jsbn@0.1.2
ββ ee-first@1.1.1
ββ electron-to-chromium@1.3.235
ββ emojis-list@2.1.0
ββ end-of-stream@1.4.1
ββ error-ex@1.3.2
ββ error@7.0.2
ββ es-abstract@1.13.0
ββ es-to-primitive@1.2.0
ββ esprima@4.0.1
ββ eventsource@1.0.7
ββ executable@4.1.1
ββ expand-brackets@2.1.4
ββ expand-range@1.8.2
ββ express@4.17.1
ββ ext-list@2.2.2
ββ extend@3.0.2
ββ external-editor@3.1.0
ββ extglob@2.0.4
ββ extsprintf@1.3.0
ββ fast-deep-equal@2.0.1
ββ fast-glob@2.2.7
ββ fast-json-stable-stringify@2.0.0
ββ faye-websocket@0.10.0
ββ fd-slicer@1.1.0
ββ feed@1.1.1
ββ figures@2.0.0
ββ filename-reserved-regex@2.0.0
ββ filesize@3.6.1
ββ fill-range@4.0.0
ββ finalhandler@1.1.2
ββ find-cache-dir@2.1.0
ββ find-up@3.0.0
ββ find-versions@3.1.0
ββ for-in@1.0.2
ββ forever-agent@0.6.1
ββ fork-ts-checker-webpack-plugin@1.5.0
ββ form-data@2.3.3
ββ forwarded@0.1.2
ββ from2@2.3.0
ββ fs-constants@1.0.0
ββ fs-extra@8.1.0
ββ fs.realpath@1.0.0
ββ gaze@1.1.3
ββ get-proxy@2.1.0
ββ get-stream@3.0.0
ββ get-value@2.0.6
ββ getpass@0.1.7
ββ gifsicle@4.0.1
ββ glob-to-regexp@0.3.0
ββ global-modules@2.0.0
ββ global-prefix@3.0.0
ββ globby@8.0.2
ββ globule@1.2.1
ββ good-listener@1.2.2
ββ got@7.1.0
ββ graceful-readlink@1.0.1
ββ gray-matter@2.1.1
ββ gulp-header@1.8.12
ββ gzip-size@5.1.1
ββ har-schema@2.0.0
ββ har-validator@5.1.3
ββ has-ansi@2.0.0
ββ has-symbol-support-x@1.4.2
ββ has-to-string-tag-x@1.4.1
ββ has-value@1.0.0
ββ has-values@1.0.0
ββ has@1.0.3
ββ hex-color-regex@1.1.0
ββ highlight.js@9.15.9
ββ hosted-git-info@2.8.4
ββ hsl-regex@1.0.0
ββ hsla-regex@1.0.0
ββ html-comment-regex@1.1.2
ββ htmlparser2@3.10.1
ββ http-cache-semantics@3.8.1
ββ http-parser-js@0.4.10
ββ http-signature@1.2.0
ββ iconv-lite@0.4.24
ββ ieee754@1.1.13
ββ ignore@3.3.10
ββ imagemin-gifsicle@6.0.1
ββ imagemin-jpegtran@6.0.0
ββ imagemin-optipng@6.0.0
ββ imagemin-svgo@7.0.0
ββ imagemin@6.1.0
ββ immer@1.10.0
ββ import-fresh@2.0.0
ββ import-lazy@3.1.0
ββ inflight@1.0.6
ββ ini@1.3.5
ββ inquirer@6.5.0
ββ interpret@1.2.0
ββ into-stream@3.1.0
ββ invariant@2.2.4
ββ ip-regex@2.1.0
ββ ipaddr.js@1.9.0
ββ is-absolute-url@2.1.0
ββ is-accessor-descriptor@1.0.0
ββ is-arrayish@0.3.2
ββ is-binary-path@2.1.0
ββ is-color-stop@1.1.0
ββ is-data-descriptor@1.0.0
ββ is-date-object@1.0.1
ββ is-descriptor@1.0.2
ββ is-directory@0.3.1
ββ is-extglob@2.1.1
ββ is-finite@1.0.2
ββ is-fullwidth-code-point@2.0.0
ββ is-gif@3.0.0
ββ is-jpg@2.0.0
ββ is-natural-number@4.0.1
ββ is-obj@1.0.1
ββ is-object@1.0.1
ββ is-plain-object@2.0.4
ββ is-png@1.1.0
ββ is-promise@2.1.0
ββ is-regex@1.0.4
ββ is-resolvable@1.1.0
ββ is-retry-allowed@1.1.0
ββ is-root@2.1.0
ββ is-symbol@1.0.2
ββ is-typedarray@1.0.0
ββ is-url@1.2.4
ββ is-utf8@0.2.1
ββ is-windows@1.0.2
ββ is-wsl@1.1.0
ββ is2@2.0.1
ββ isarray@1.0.0
ββ isexe@2.0.0
ββ isstream@0.1.2
ββ jpegtran-bin@4.0.0
ββ js-levenshtein@1.1.6
ββ js-tokens@4.0.0
ββ js-yaml@3.13.1
ββ jsesc@2.5.2
ββ json-buffer@3.0.0
ββ json-parse-better-errors@1.0.2
ββ json-schema-traverse@0.4.1
ββ json-schema@0.2.3
ββ json-stringify-safe@5.0.1
ββ json3@3.3.3
ββ json5@2.1.0
ββ jsonfile@4.0.0
ββ jsonify@0.0.0
ββ jsprim@1.4.1
ββ keyv@3.0.0
ββ kind-of@3.2.2
ββ lazy-cache@2.0.2
ββ list-item@1.1.1
ββ livereload-js@2.4.0
ββ load-json-file@1.1.0
ββ loader-utils@1.2.3
ββ locate-path@3.0.0
ββ lodash.assignin@4.2.0
ββ lodash.bind@4.2.1
ββ lodash.chunk@4.2.0
ββ lodash.defaults@4.2.0
ββ lodash.filter@4.6.0
ββ lodash.flatten@4.4.0
ββ lodash.foreach@4.5.0
ββ lodash.map@4.6.0
ββ lodash.memoize@4.1.2
ββ lodash.merge@4.6.2
ββ lodash.padstart@4.6.1
ββ lodash.pick@4.4.0
ββ lodash.reduce@4.6.0
ββ lodash.reject@4.6.0
ββ lodash.some@4.6.0
ββ lodash.sortby@4.7.0
ββ lodash.template@4.5.0
ββ lodash.templatesettings@4.2.0
ββ lodash.uniq@4.5.0
ββ longest@1.0.1
ββ loud-rejection@1.6.0
ββ lpad-align@1.1.2
ββ lru-cache@4.1.5
ββ map-obj@1.0.1
ββ map-visit@1.0.0
ββ markdown-link@0.1.1
ββ markdown-toc@1.2.0
ββ math-random@1.0.4
ββ mdn-data@2.0.4
ββ media-typer@0.3.0
ββ meow@3.7.0
ββ merge-descriptors@1.0.1
ββ merge2@1.2.4
ββ methods@1.1.2
ββ microevent.ts@0.1.1
ββ mime-db@1.40.0
ββ mime-types@2.1.24
ββ mime@1.6.0
ββ mimic-fn@1.2.0
ββ minimatch@3.0.4
ββ minimist@1.2.0
ββ mixin-deep@1.3.2
ββ mkdirp@0.5.1
ββ mute-stream@0.0.7
ββ nanomatch@1.2.13
ββ negotiator@0.6.2
ββ nice-try@1.0.5
ββ node-modules-regexp@1.0.0
ββ node-releases@1.1.27
ββ normalize-package-data@2.5.0
ββ normalize-range@0.1.2
ββ normalize-url@3.3.0
ββ npm-conf@1.1.3
ββ nth-check@1.0.2
ββ num2fraction@1.2.2
ββ number-is-nan@1.0.1
ββ oauth-sign@0.9.0
ββ object-copy@0.1.0
ββ object.assign@4.1.0
ββ object.getownpropertydescriptors@2.0.3
ββ object.values@1.1.0
ββ once@1.4.0
ββ onetime@2.0.1
ββ open@6.4.0
ββ optipng-bin@5.1.0
ββ original@1.0.2
ββ os-filter-obj@2.0.0
ββ os-tmpdir@1.0.2
ββ p-cancelable@0.3.0
ββ p-event@1.3.0
ββ p-is-promise@1.1.0
ββ p-limit@2.2.1
ββ p-locate@3.0.0
ββ p-map-series@1.0.0
ββ p-pipe@1.2.0
ββ p-reduce@1.0.0
ββ p-try@2.2.0
ββ parse-json@4.0.0
ββ pascalcase@0.1.1
ββ path-dirname@1.0.2
ββ path-key@2.0.1
ββ path-parse@1.0.6
ββ path-to-regexp@0.1.7
ββ path-type@3.0.0
ββ pend@1.2.0
ββ performance-now@2.1.0
ββ pinkie@2.0.4
ββ pirates@4.0.1
ββ pkg-dir@3.0.0
ββ pkg-up@2.0.0
ββ portfinder@1.0.22
ββ posix-character-classes@0.1.1
ββ postcss-calc@7.0.1
ββ postcss-colormin@4.0.3
ββ postcss-convert-values@4.0.1
ββ postcss-discard-comments@4.0.2
ββ postcss-discard-duplicates@4.0.2
ββ postcss-discard-empty@4.0.1
ββ postcss-discard-overridden@4.0.1
ββ postcss-merge-longhand@4.0.11
ββ postcss-merge-rules@4.0.3
ββ postcss-minify-font-values@4.0.2
ββ postcss-minify-gradients@4.0.2
ββ postcss-minify-params@4.0.2
ββ postcss-minify-selectors@4.0.2
ββ postcss-normalize-charset@4.0.1
ββ postcss-normalize-display-values@4.0.2
ββ postcss-normalize-positions@4.0.2
ββ postcss-normalize-repeat-style@4.0.2
ββ postcss-normalize-string@4.0.2
ββ postcss-normalize-timing-functions@4.0.2
ββ postcss-normalize-unicode@4.0.1
ββ postcss-normalize-url@4.0.1
ββ postcss-normalize-whitespace@4.0.2
ββ postcss-ordered-values@4.1.2
ββ postcss-reduce-initial@4.0.3
ββ postcss-reduce-transforms@4.0.2
ββ postcss-svgo@4.0.2
ββ postcss-unique-selectors@4.0.1
ββ prismjs@1.17.1
ββ private@0.1.8
ββ process-nextick-args@2.0.1
ββ proto-list@1.2.4
ββ proxy-addr@2.0.5
ββ pseudomap@1.0.2
ββ psl@1.3.0
ββ pump@3.0.0
ββ q@1.5.1
ββ query-string@5.1.1
ββ querystringify@2.1.1
ββ randomatic@3.1.1
ββ raw-body@2.4.0
ββ react-dev-utils@9.0.3
ββ react-dom@16.9.0
ββ react-error-overlay@6.0.1
ββ react-is@16.9.0
ββ react@16.9.0
ββ read-pkg-up@1.0.1
ββ read-pkg@1.1.0
ββ readable-stream@2.3.6
ββ readdirp@3.1.2
ββ rechoir@0.6.2
ββ recursive-readdir@2.2.2
ββ redent@1.0.0
ββ regenerate-unicode-properties@8.1.0
ββ regenerator-runtime@0.13.3
ββ regenerator-transform@0.14.1
ββ regexp-tree@0.1.11
ββ regjsgen@0.5.0
ββ regjsparser@0.6.0
ββ remove-trailing-separator@1.1.0
ββ repeating@2.0.1
ββ replace-ext@1.0.0
ββ request@2.88.0
ββ requires-port@1.0.0
ββ resolve-from@3.0.0
ββ resolve-url@0.2.1
ββ resolve@1.12.0
ββ responselike@1.0.2
ββ restore-cursor@2.0.0
ββ ret@0.1.15
ββ rgb-regex@1.0.1
ββ rgba-regex@1.0.0
ββ rimraf@2.7.1
ββ run-async@2.3.0
ββ rxjs@6.5.2
ββ safe-json-parse@1.0.1
ββ safer-buffer@2.1.2
ββ sax@1.2.4
ββ scheduler@0.15.0
ββ seek-bzip@1.0.5
ββ select@1.1.2
ββ semver-regex@2.0.0
ββ semver-truncate@1.1.2
ββ semver@5.7.1
ββ serve-static@1.14.1
ββ set-getter@0.1.0
ββ set-value@2.0.1
ββ shebang-regex@1.0.0
ββ shell-quote@1.6.1
ββ shelljs@0.8.3
ββ simple-swizzle@0.2.2
ββ sitemap@3.2.2
ββ slash@1.0.0
ββ snapdragon-node@2.1.1
ββ snapdragon-util@3.0.1
ββ sockjs-client@1.3.0
ββ sort-keys-length@1.0.1
ββ sort-keys@1.1.2
ββ source-map-resolve@0.5.2
ββ source-map-support@0.5.13
ββ source-map-url@0.4.0
ββ source-map@0.5.7
ββ spdx-correct@3.1.0
ββ spdx-exceptions@2.2.0
ββ split-string@3.1.0
ββ sprintf-js@1.0.3
ββ squeak@1.3.0
ββ sshpk@1.16.1
ββ stable@0.1.8
ββ static-extend@0.1.2
ββ strict-uri-encode@1.1.0
ββ string_decoder@1.1.1
ββ string-template@0.2.1
ββ string-width@2.1.1
ββ strip-ansi@3.0.1
ββ strip-bom@2.0.0
ββ strip-color@0.1.0
ββ strip-dirs@2.1.0
ββ strip-indent@1.0.1
ββ strip-outer@1.0.1
ββ stylehacks@4.0.3
ββ supports-color@5.5.0
ββ svgo@1.3.0
ββ tapable@1.1.3
ββ tar-stream@1.6.2
ββ tcp-port-used@1.0.1
ββ temp-dir@1.0.0
ββ text-table@0.2.0
ββ through@2.3.8
ββ through2@2.0.5
ββ timed-out@4.0.1
ββ timsort@0.3.0
ββ tiny-emitter@2.1.0
ββ tiny-lr@1.1.1
ββ tmp@0.0.33
ββ to-buffer@1.1.1
ββ to-fast-properties@2.0.0
ββ to-regex-range@2.1.1
ββ toml@2.3.6
ββ tough-cookie@2.4.3
ββ tr46@1.0.1
ββ tree-node-cli@1.2.5
ββ trim-newlines@1.0.0
ββ trim-repeated@1.0.0
ββ trim-right@1.0.1
ββ truncate-html@1.0.3
ββ tslib@1.10.0
ββ tweetnacl@0.14.5
ββ type-is@1.6.18
ββ typedarray@0.0.6
ββ unbzip2-stream@1.3.3
ββ unicode-canonical-property-names-ecmascript@1.0.4
ββ unicode-match-property-ecmascript@1.0.4
ββ unicode-match-property-value-ecmascript@1.1.0
ββ unicode-property-aliases-ecmascript@1.0.5
ββ union-value@1.0.1
ββ universalify@0.1.2
ββ unpipe@1.0.0
ββ unquote@1.1.1
ββ unset-value@1.0.0
ββ upath@1.1.2
ββ uri-js@4.2.2
ββ urix@0.1.0
ββ url-parse-lax@1.0.0
ββ use@3.1.1
ββ util-deprecate@1.0.2
ββ util.promisify@1.0.0
ββ utils-merge@1.0.1
ββ uuid@3.3.3
ββ validate-npm-package-license@3.0.4
ββ vary@1.1.2
ββ vendors@1.0.3
ββ verror@1.10.0
ββ webidl-conversions@4.0.2
ββ websocket-extensions@0.1.3
ββ whatwg-url@7.0.0
ββ which@1.3.1
ββ wordwrap@0.0.2
ββ worker-rpc@0.1.1
ββ xml@1.0.1
ββ xmlbuilder@13.0.2
ββ xtend@4.0.2
ββ yamljs@0.2.10
ββ yargs@2.3.0
ββ yauzl@2.10.0
Done in 6.78s.
Docusaurus installed in website folder!
yarn run v1.17.3
warning package.json: No license field
$ docusaurus-examples
Wrote docusaurus scripts to package.json file.
site
βββ Dockerfile
βββ docker-compose.yml
βββ docs
β βββ doc1.md
β βββ doc2.md
β βββ doc3.md
β βββ exampledoc4.md
β βββ exampledoc5.md
βββ website
βββ README.md
βββ blog
β βββ 2016-03-11-blog-post.md
β βββ 2017-04-10-blog-post-two.md
β βββ 2017-09-25-testing-rss.md
β βββ 2017-09-26-adding-rss.md
β βββ 2017-10-24-new-version-1.0.0.md
βββ core
β βββ Footer.js
βββ package.json
βββ pages
β βββ en
β βββ help.js
β βββ index.js
β βββ users.js
βββ sidebars.json
βββ siteConfig.js
βββ static
β βββ css
β β βββ custom.css
β βββ img
β βββ favicon.ico
β βββ oss_logo.png
β βββ undraw_code_review.svg
β βββ undraw_monitor.svg
β βββ undraw_note_list.svg
β βββ undraw_online.svg
β βββ undraw_open_source.svg
β βββ undraw_operating_system.svg
β βββ undraw_react.svg
β βββ undraw_tweetstorm.svg
β βββ undraw_youtube_tutorial.svg
βββ yarn.lock
Done in 0.12s.
root@oraculo:/tmp/site# ls
docker-compose.yml Dockerfile docs website
cd website
root@oraculo:/tmp/site/website# yarn start --host 127.0.0.1 --port 3000
yarn run v1.17.3
warning package.json: No license field
$ docusaurus-start --host 127.0.0.1 --port 3000
LiveReload server started on port 39465
Docusaurus server started on port 30744
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
FAQ - MacPorts Trac
First, make sure you have the latest version of MacPorts and the ports tree. To do that, run sudo port selfupdate .
Read more >Installing the Workspace ONE Access Connector - VMware Docs
Review the default ports that the enterprise services run on, and specify different ports if these ports are being used by other applications....
Read more >Control startup and shutdown order in Compose
Compose always starts and stops containers in dependency order, where dependencies are determined by depends_on , links , volumes_from , and network_mode: "Β ......
Read more >SerialPort.Open Method (System.IO.Ports) - Microsoft Learn
Access is denied to the port. ... The current process, or another process on the system, already has the specified COM port open...
Read more >Troubleshooting β conan 1.56.0 documentation
This means that your target operating system is not supported by the recipe. ERROR: Missing prebuilt packageΒΆ. When installing packages (with conan install...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

deps bug. Have been patched though
I am unable to reproduce this with docusaurus-init@1.12.0 and docusaurus@1.13.0. According to the linked issues, this bug appears to have been reverted upstream.