petermarshallio commented on PR #14411:
URL: https://github.com/apache/druid/pull/14411#issuecomment-1590764201

   WRT /docs/latest/development/contribute-to-docs:
   
   ```
   petermarshall@peter-marshall website % npm run link-lint
   
   > link-lint
   > npm run build && node script/link-lint.js
   
   
   > build
   > docusaurus build
   
   
file:///Users/petermarshall/GitHub/petermarshallio/druid/website/node_modules/@docusaurus/core/bin/docusaurus.mjs:30
   process.env.BABEL_ENV ??= 'development';
                         ^^^
   
   SyntaxError: Unexpected token '??='
       at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)
       at async link (internal/modules/esm/module_job.js:67:21)
   ```
   
   I got this with `npm run spellcheck`:
   
   ```
   petermarshall@peter-marshall website % npm run spellcheck
   
   > spellcheck
   > mdspell --en-us --ignore-numbers --report '../docs/**/*.md' || 
(./script/notify-spellcheck-issues && false)
   
       ../docs/api-reference/sql-ingestion-api.md
           7 | import TabItem from '@theme/TabItem'; 
           7 | import TabItem from '@theme/TabItem'; 
   
       ../docs/querying/datasource.md
           7 | import TabItem from '@theme/TabItem'; 
           7 | import TabItem from '@theme/TabItem'; 
   
       ../docs/querying/nested-columns.md
           7 | import TabItem from '@theme/TabItem'; 
           7 | import TabItem from '@theme/TabItem'; 
   
       ../docs/tutorials/tutorial-unnest-arrays.md
           8 | import TabItem from '@theme/TabItem'; 
           8 | import TabItem from '@theme/TabItem'; 
   
   >> 8 spelling errors found in 228 files
   sh: ./script/notify-spellcheck-issues: No such file or directory
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to