ai / nanoid

A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript

Home Page:https://zelark.github.io/nano-id-cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while importing in node js

KrishT0 opened this issue · comments

I was trying to use Nanoid in my application to generate a short ID.
const { nanoid } = require("nanoid"); used this but while running the app, it shows an error.

Error :
image
can anyone tell me what's wrong here?