You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
First of all, thanks a lot for the big effort you invested in that project and that you share it!
I installed the packages with npm install ci from the package-lock file. If I do it with npm install, I get a lot of dependency conflicts, but that could be my setup here as well.
I need to set the "noUnusedLocals": false in the tsconfig.json, because the configurationDescriptor throws an declared but its value is never read error.
In the demo, I need to set the webpack version to 4.47.0, because version >5 seems to have an issue with the events, but solved that. Still some dependency issues but the gatsby build is working:
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/react
npm WARN peer react@">=16.8.0" from @emotion/[email protected]
npm WARN node_modules/@emotion/react
npm WARN peer @emotion/react@"^11.0.0-rc.0" from @emotion/[email protected]
npm WARN node_modules/@emotion/styled
npm WARN 5 more (@mui/material, @mui/styled-engine, @mui/system, ...)
npm WARN 18 more (@emotion/styled, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@"0.0.0-experimental-c8b778b7f-20220825" from [email protected]
npm WARN node_modules/gatsby/node_modules/react-server-dom-webpack
npm WARN react-server-dom-webpack@"0.0.0-experimental-c8b778b7f-20220825" from [email protected]
npm WARN node_modules/gatsby
npm WARN
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/react
npm WARN peer react@"0.0.0-experimental-c8b778b7f-20220825" from [email protected]
npm WARN node_modules/gatsby/node_modules/react-server-dom-webpack
npm WARN react-server-dom-webpack@"0.0.0-experimental-c8b778b7f-20220825" from [email protected]
npm WARN deprecated @types/[email protected]: This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.
npm WARN deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
I have a RAK4631 microcontroller with an Nordic nRF52840 on it. When I flash it with the Nordic Connect App it works so far.
The problem here is, that it throws the "Uncaught (in promise) Error: No matches found. Is this a DFU device?" error.
Hi, apologies for the late reply, this fork was for a competition last year. I was not using DfuSe devices in the competition, so support for those has not yet been re-implemented in my rewrite. I believe the nRF52840 makes use of DfuSe?
Hi !
First of all, thanks a lot for the big effort you invested in that project and that you share it!
I installed the packages with
npm install ci
from the package-lock file. If I do it withnpm install
, I get a lot of dependency conflicts, but that could be my setup here as well.I need to set the "noUnusedLocals": false in the tsconfig.json, because the configurationDescriptor throws an declared but its value is never read error.
In the demo, I need to set the webpack version to 4.47.0, because version >5 seems to have an issue with the events, but solved that. Still some dependency issues but the gatsby build is working:
I have a RAK4631 microcontroller with an Nordic nRF52840 on it. When I flash it with the Nordic Connect App it works so far.
The problem here is, that it throws the "Uncaught (in promise) Error: No matches found. Is this a DFU device?" error.
So the InterfaceFilter does not match in my case
I think interface 1 is used
In chromes chrome://usb-internals/ I have on
I tried it with:
But no luck so far, still getting the same error.
Thx a lot
Rainer
The text was updated successfully, but these errors were encountered: