We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ae8468 + bcf2e59 commit 3293f9fCopy full SHA for 3293f9f
1 file changed
src/typingsInstaller/nodeTypingsInstaller.ts
@@ -3,7 +3,7 @@ import * as fs from "fs/promises";
3
import * as fsSync from "fs";
4
import * as path from "path";
5
import { setTimeout as nodeSetTimeout } from "timers";
6
-import validate = require("validate-npm-package-name");
+import * as validate from "validate-npm-package-name";
7
import {
8
combinePaths,
9
createGetCanonicalFileName,
0 commit comments