Meteor + Svelte + Sveltestrap occur error

The configuration of my development environment is as follows:

Meteor + Svelte + Sveltestrap

  1. I created a project after installing Meteor in Windows 11 WSL2 environment (Ubuntu 20.04).
    https://svelte-tutorial.meteor.com/

  2. Added sveltetrap to the created project.
    npm install sveltestrap

  3. Some modifications have been made to the App.svelte file.


  1. When I run the project and access the page, an error occurs.
    Uncaught TypeError: Cannot read properties of undefined (reading ‘$$’)