Skip to content

fix(module): Update path that playground extends from#1754

Open
marr wants to merge 1 commit intonuxt:modulefrom
marr:module
Open

fix(module): Update path that playground extends from#1754
marr wants to merge 1 commit intonuxt:modulefrom
marr:module

Conversation

@marr
Copy link

@marr marr commented Jan 28, 2026

🔗 Linked issue

Fixes #1305

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

Fixes the module starter template. The playground was trying to extend from a module that wasn't accessible in the package. I tested this with npm. Maybe pnpm "just works" but npm was failing as it was unable to find 'my-module'.

@danielroe
Copy link
Member

I'd prefer to fix it so it works with npm too - I tested it and thought it worked - can you tell me what version of npm you're using?

@marr
Copy link
Author

marr commented Jan 29, 2026

❯ npm -v
11.6.2

❯ node -v
v24.13.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants