indicatorts icon indicating copy to clipboard operation
indicatorts copied to clipboard

Error importing roc

Open gabrieldodan opened this issue 4 months ago • 0 comments

Hi,

I am getting this error when I try to use the roc function/indicator. No problem with other indicators, RSI for example. Any idea? Thanks!

import {roc} from 'indicatorts';
        ^^^
SyntaxError: Named export 'roc' not found. The requested module 'indicatorts' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:

import pkg from 'indicatorts';
const {roc} = pkg;

    at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21)
    at async ModuleJob.run (node:internal/modules/esm/module_job:190:5)

Node.js v18.17.1

gabrieldodan avatar Mar 14 '24 12:03 gabrieldodan