Error on assignment of imported module

I’ve imported the standard axios library under my function dependencies but when I try to use the require statement:

const axios = require("axios");

I get the error: Syntax error: unknown: Invalid left-hand side in assignment expression