import http from "node:http";
import { SMSApi, SmsMessage, SmsMessageCollection } from "clicksend";
import { XSmsMessage } from "../entities";
Despite running rm -rf ./node_modules and npm clean cache -f in the event a package was installed incorrectly and still in NPM's cache, I am consistently experiencing this error:
Env:
Here is the import region from my ts file:
Despite running
rm -rf ./node_modules
andnpm clean cache -f
in the event a package was installed incorrectly and still in NPM's cache, I am consistently experiencing this error:Any idea what is happening here? Thanks.