how do i tell railway to use the --force command on npm
#11 1.881 npm ERR! Fix the upstream dependency conflict, or retry
#11 1.882 npm ERR! this command with --force, or --legacy-peer-deps
4 Replies
Project ID:
0fcd66c7-e878-4ffa-8b36-628accb29e8e
0fcd66c7-e878-4ffa-8b36-628accb29e8e
you likely want to fix this issue instead of doing --force.
have you looked at the overrides option?
https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides
package.json | npm Docs
Specifics of npm's package.json handling
thanks @ImLunaHey