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
When importing @project-serum/serum, a TypeScript error comes up saying TypeError: Module "/node_modules/@project-serum/serum/lib/markets.json" needs an import assertion of type "json".
This seems to be a new issue in the latest version of Node, see this Stack Overflow issue for more info.
The text was updated successfully, but these errors were encountered:
MaticConradi
changed the title
Module needs an import assertion in latest TS version
Module needs an import assertion in latest Node version
Feb 20, 2022
When importing
@project-serum/serum
, a TypeScript error comes up sayingTypeError: Module "/node_modules/@project-serum/serum/lib/markets.json" needs an import assertion of type "json"
.This seems to be a new issue in the latest version of Node, see this Stack Overflow issue for more info.
The text was updated successfully, but these errors were encountered: