-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Describe the bug
I created a new app and while serving the app I get below errors in console,
1-welcome:1850 [astro-island] Error hydrating /node_modules/@tutorialkit/astro/dist/default/components/OpenInStackblitzLink.tsx SyntaxError: The requested module '/node_modules/@tutorialkit/runtime/node_modules/picomatch/posix.js?v=d3e2710f' does not provide an export named 'default' (at tutorial-runner.js:1:8)
start @ 1-welcome:1850
1-welcome:1850 [astro-island] Error hydrating /node_modules/@tutorialkit/astro/dist/default/components/WorkspacePanelWrapper.tsx SyntaxError: The requested module '/node_modules/@tutorialkit/runtime/node_modules/picomatch/posix.js?v=d3e2710f' does not provide an export named 'default' (at tutorial-runner.js:1:8)
start @ 1-welcome:1850
1-welcome:1850 [astro-island] Error hydrating /node_modules/@tutorialkit/astro/dist/default/components/OpenInStackblitzLink.tsx SyntaxError: The requested module '/node_modules/@tutorialkit/runtime/node_modules/picomatch/posix.js?v=d3e2710f' does not provide an export named 'default' (at tutorial-runner.js:1:8)
start @ 1-welcome:1850
1-welcome:1850 [astro-island] Error hydrating /node_modules/@tutorialkit/astro/dist/default/components/WorkspacePanelWrapper.tsx SyntaxError: The requested module '/node_modules/@tutorialkit/runtime/node_modules/picomatch/posix.js?v=d3e2710f' does not provide an export named 'default' (at tutorial-runner.js:1:8)
start @ 1-welcome:1850
Here is the repo you can clone: https://github.com/santoshyadavdev/tutorial-kit-demo
Link to a StackBlitz project which shows the error
https://github.com/santoshyadavdev/tutorial-kit-demo
Steps to reproduce
Steps followed:
yarn create tutorial
yarn install
yarn start
Expected behavior
I should be able to start a new app and I should be able to see the editor and run the command in terminal
Screenshots

Platform
- TutorialKit version: 1.5.2
- OS: macOS
- Browser: Chrome
- Version: 139.0.7258.128
Additional context
No response