tutorialkit icon indicating copy to clipboard operation
tutorialkit copied to clipboard

Not able to view editor after serving the app

Open santoshyadavdev opened this issue 3 months ago • 3 comments

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

Image

Platform

  • TutorialKit version: 1.5.2
  • OS: macOS
  • Browser: Chrome
  • Version: 139.0.7258.128

Additional context

No response

santoshyadavdev avatar Aug 21 '25 21:08 santoshyadavdev