You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"@cityofzion/neon-ledger": "^5.6.0"
import * as neon from '@cityofzion/neon-ledger';
Import is not possible, and the error Error: Cannot find module './main' occurs.
I think this error occurs because only the index.js file exists in @cityofzion/neon-ledger/dist, and the main file does not exist.
Is there any solution for this error?
The text was updated successfully, but these errors were encountered:
Import is not possible, and the error
Error: Cannot find module './main'
occurs.I think this error occurs because only the index.js file exists in
@cityofzion/neon-ledger/dist
, and the main file does not exist.Is there any solution for this error?
The text was updated successfully, but these errors were encountered: