Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

173
Views
How to use node-module 'Validator' in node.js?

I have installed and imported validator module in the node js file.

I want to validate the User's phone number using npm module "Validator" I have written the code as below but it is Not Working. It is inside of the schema

phone: {
    type: Number,
    required: true,
    unique:true,
    validate(value) {
      if(!validator.isMobilePhone(value)){
        throw new error ("Please enter valid phone number")
    }
  }

It is saving all the invalid phone numbers as well like jist : 1234.

How to solve this?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!