Replies: 1 comment 2 replies
-
You need to migrate your app to ESM or install |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 :
can anyone tell me what's wrong here?
Beta Was this translation helpful? Give feedback.
All reactions