Questions tagged [chartiq]

2 questions
2
votes
0 answers

chartiq in nestjs Must use import to load ES Module

I'm trying to use chartiq study calculator in NestJs and it throws the following error: internal/modules/cjs/loader.js:1092 throw new ERR_REQUIRE_ESM(filename, parentPath, packageJsonPath); ^ Error [ERR_REQUIRE_ESM]: Must use import to…
javad bat
  • 4,236
  • 6
  • 26
  • 44
-1
votes
2 answers

using ChartIQ in nextJS

I have recently downloaded the trial version of ChartIQ SDK from here and it is working fine on a React project. But when i switched to Next.js, some features are not usable anymore. I'm facing three problems on my Next.js project. CIQ.Studies is…