I ran the code using command prompt and it reported: “string is not a function”.
here is my code:
const uuid = require('uuid/v1');
const myaddress = uuid().split('-').join('');
console.log(myaddress)
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I ran the code using command prompt and it reported: “string is not a function”.
here is my code:
const uuid = require('uuid/v1');
const myaddress = uuid().split('-').join('');
console.log(myaddress)