Closed lucasgonze closed 1 year ago
npm add @types/tapable@1.0.0
"dependencies": { "@types/tapable": "^1.0.0" }
Or skip steps 1 and 2 and use the attached zip file: repro.zip
Expect: @types/tapable@1.0.0
Actual: @types/tapable version is 2.2.1
After upgrading my app from 1.3.5 to 1.5.0, the issue was fixed.
Hello @lucasgonze, thanks for your comments. As you explained, version 1.5.0 solves that problem.
npm add @types/tapable@1.0.0
and examine package.json to verify the version:Or skip steps 1 and 2 and use the attached zip file: repro.zip
Expect: @types/tapable@1.0.0
Actual: @types/tapable version is 2.2.1