Q:

vuejs install [email protected] requires a peer of ajv@^6.9.1

var Ajv = require('ajv');var ajv = new Ajv;require('ajv-keywords')(ajv); ajv.validate({ instanceof: 'RegExp' }, /.*/); // trueajv.validate({ instanceof: 'RegExp' }, '.*'); // false
0
npm install ajv-keywords
0

New to Communities?

Join the community