We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a remix app that has @remix-run/node as a development depencency instead of a production dependency.
@remix-run/node
System: OS: Windows 11 10.0.22631 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 2.54 GB / 15.73 GB Binaries: Node: 22.6.0 - C:\Program Files\nodejs\node.EXE npm: 10.8.2 - C:\Program Files\nodejs\npm.CMD pnpm: 7.0.0-rc.3 - ~\AppData\Local\pnpm\pnpm.EXE bun: 1.1.34 - ~\.bun\bin\bun.EXE Browsers: Edge: Chromium (127.0.2651.86) Internet Explorer: 11.0.22621.3527 npmPackages: @remix-run/node: ^2.13.1 => 2.13.1
npm
Expected remix to detect dependencies in devDependencies as well as in dependencies.
Only dependencies are scanned for required dependencies.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Reproduction
Create a remix app that has
@remix-run/node
as a development depencency instead of a production dependency.System Info
Used Package Manager
npm
Expected Behavior
Expected remix to detect dependencies in devDependencies as well as in dependencies.
Actual Behavior
Only dependencies are scanned for required dependencies.
The text was updated successfully, but these errors were encountered: