Problem description:
I have a repl I created via a Next.js template, so it runs in Node.js. I would like to import a node package instead of using a <script>
tag. When I click “authenticate” on the left pane, it opens up a tab with usage instructions, but the usage instructions only contain the section labeled “Import HTML package”, not the section labeled “Import Node package”. I can see from a screenshot in the docs that there’s supposed to be a “Import Node Package” section, but unfortunately the screenshot cuts off and I can’t actually see the content I need.
Expected behavior:
“Import Node Package” is displayed.
Actual behavior:
“Import HTML Package” is displayed.
Steps to reproduce:
- Create a repl with the Next.js template.
- Click “Tools > Authentication” on the left.
- Despair, for the instructions you desire are forever out of reach.