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 on nanoid

1Map opened this issue · comments

My node version: v20.11.0
My npm version: 10.3.0
My nanoid version: 5.0.4

Error when I run:

Uncaught SyntaxError file:///C:/testapp/node_modules/nanoid/index.js:1
import { webcrypto as crypto } from 'node:crypto'
         ^^^^^^^^^
SyntaxError: The requested module 'node:crypto' does not provide an export named 'webcrypto'