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

Issue along with pkg 5.8.1 "Failed to make bytecode"

AdrianBonpin opened this issue · comments

There seems to be an issue with the current release when I try to package my application using PKG. it seems that it cannot create bytecode for

nanoid/index.js
nanoid/url-alphabet/index.js

Does anyone know how I might be able to fix this or is this an issue with nanoid itself?

Reason for why I need nanoid
docx.js uses nanoid and the api I'm using in it is paid in docxtemplater :((

Found out it wasnt packing because it dropped suppport for CommonJS...