bls icon indicating copy to clipboard operation
bls copied to clipboard

ERR_PACKAGE_PATH_NOT_EXPORTED Error while importing @chainsafe/bls/blst-native

Open ZigBalthazar opened this issue 11 months ago • 0 comments

Describe the bug I got this error while import the package in nodejs :

Error: Package subpath './blst-native' is not defined by "exports" in .\node_modules\@chainsafe\bls\package.json

import:

import bls from "@chainsafe/bls/blst-native";

ZigBalthazar avatar Mar 15 '24 10:03 ZigBalthazar