This line, import {exec as openssl} from 'openssl-wrapper'; gives the error, SyntaxError: Unexpected token import Please advice how to do this.
This line,
import {exec as openssl} from 'openssl-wrapper';
gives the error,
SyntaxError: Unexpected token import
Please advice how to do this.