-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Env:
- NPM 8.5.5
- Node 16.4.2
- TypeScript 4.5.5
Here is the import region from my ts file:
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:
Cannot find module 'qs' from '../../../node_modules/request/lib/querystring.js'
Require stack:
.../node_modules/request/lib/querystring.js
.../node_modules/request/request.js
.../node_modules/request/index.js
.../node_modules/clicksend/api.js
Any idea what is happening here? Thanks.
Metadata
Metadata
Assignees
Labels
No labels