We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node_modules/@types/sinon/index.d.ts:1447:53 - error TS2694: Namespace '"C:/Projects/WoT/thingweb/thingweb.node-wot-danielpeintner/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'FakeTimerInstallOpts'. 1447 useFakeTimers: boolean | Partial<FakeTimers.FakeTimerInstallOpts>;
To reproduce:
npm install
npm run build
I set the version to a fixed version, see ccd0125
The text was updated successfully, but these errors were encountered:
npm dedupe (see #765 (comment)) solves the issue...
npm dedupe
Sorry, something went wrong.
Not entirely true... the issue persists if the root sinon uses ^ for the version..
^
No branches or pull requests
To reproduce:
npm install
npm run build
I set the version to a fixed version, see ccd0125
The text was updated successfully, but these errors were encountered: