Closed pythonfullstack closed 1 year ago
Hello,
This project uses pnpm
, not Yarn
, so it is possible this error is related to using the wrong package manager
I am still having this issue on Windows OS, not Linux. even though I used pnpm
Can you post some log from the console?
src/validation/fields.ts
the error is ValidationError
requires type
{
message,
path: ['password'],
type: 'password'
}
Where exactly do you see this error?
What are the steps to reproduce this issue?
One of my team members using Windows OS tried to install the project on his machine and got this error. He was using pnpm. Now he doesn't have the error anymore. Just only at the very beginning, he had that error.
Good news your colleague hasn't got errors anymore. Closing for now. If happens again please give us the steps to reproduce and we'll reopen the issue.
When running project by
yarn dev
it gives me Type Error fromsrc/validation/fields.ts
line 29