-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Describe the bug
During quick start of /create function I always end up getting
Falling back to direct node_modules lookup for ts-node
Error: Cannot resolve package "ts-node" (checked in /Users/suraj/Desktop/projects/personal/nepal-ecomm/apps/server/node_modules/ts-node). Is it installed?
■ Canceled
To Reproduce
Steps to reproduce the behavior:
- Simple quickstart steps or even with manual config both.
Expected behavior
The app runs
Actual behavior
Falling back to direct node_modules lookup for ts-node
Error: Cannot resolve package "ts-node" (checked in /Users/suraj/Desktop/projects/personal/nepal-ecomm/apps/server/node_modules/ts-node). Is it installed?
■ Canceled
Screenshots/Videos
Error logs
Falling back to direct node_modules lookup for ts-node
Error: Cannot resolve package "ts-node" (checked in /Users/suraj/Desktop/projects/personal/nepal-ecomm/apps/server/node_modules/ts-node). Is it installed?
■ Canceled
Paste error logs here
Environment (please complete the following information):
- @vendure/core version:
- Nodejs version: tried 2 versions 20 and 24 both same error
- Database (mysql/postgres etc): postgres and sqlite
- Operating System (Windows/macOS/Linux): macos
- Browser (if applicable):
- Package manager (npm/yarn/pnpm):npm and bun
Configuration
If relevant, share your Vendure configuration (remove sensitive data):
// Your configuration hereMinimal reproduction
If possible, provide a minimal code example or repository that reproduces the issue.
Workaround
If you found a temporary workaround, please describe it here.
Additional context
Add any other context about the problem here, such as:
- When did this issue start occurring?
- Does it happen consistently or intermittently? Yes
- Any recent changes to your setup?