The configuration of my development environment is as follows:
Meteor + Svelte + Sveltestrap
-
I created a project after installing Meteor in Windows 11 WSL2 environment (Ubuntu 20.04).
https://svelte-tutorial.meteor.com/ -
Added sveltetrap to the created project.
npm install sveltestrap -
Some modifications have been made to the App.svelte file.
- When I run the project and access the page, an error occurs.
Uncaught TypeError: Cannot read properties of undefined (reading ‘$$’)