-
Updated
Nov 13, 2020 - C
hash
Here are 1,643 public repositories matching this topic...
-
Updated
Oct 11, 2020 - PHP
-
Updated
Aug 14, 2020 - TypeScript
-
Updated
Nov 2, 2019 - C++
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Aug 14, 2020 - C++
-
Updated
Nov 10, 2020 - YARA
-
Updated
May 1, 2020 - C++
-
Updated
Oct 6, 2020 - Python
-
Updated
Nov 12, 2020 - Python
-
Updated
Nov 13, 2020 - PHP
-
Updated
Nov 6, 2020 - C++
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Nov 13, 2020 - C++
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 11, 2020 - C
-
Updated
Sep 29, 2019 - PHP
-
Updated
Sep 21, 2020 - C
-
Updated
Oct 3, 2020 - Go
Improve this page
Add a description, image, and links to the hash topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hash topic, visit your repo's landing page and select "manage topics."


Hi, im trying to use Hashids with Typescript and Node.
import Hashids from 'hashids';I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled.
Using ts-node version 8.5.4, typescript version 3.7.5`Error: No valid exports main found for 'node_modules\hashids'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)