-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
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
CoAP causes build issues #728
Comments
Oh, I think this is probably caused by the fact that |
I opened coapjs/node-coap#333, I hope that will fix the issue. |
I added those types as devDependencies for the time being I think doing so should remove the issue... We should remove them again if the root cause is resolved. |
I reverted 897d3dd and updated to 1.0.5 but I get new issues in coap-server-test.ts |
FYI, I see
OR
|
It took me a while, but I found the issue that caused the strange behavior in node-coap version 1.0.5 (the observe option was always set) and opened coapjs/node-coap#337 to finally fix it :) |
In #727 I wanted to update all version numbers from
0.8.0
to0.8.1
.Doing so I removed
package-lock.json
file and recreated it callingnpm install
.Unfortunately this caused issues in binding-coap.
I wonder also why we use out-dated libraries.
e.g., "node-coap-client": "1.0.8" vs "node-coap-client": "2.0.2"
@JKRhb do you have a clue why this issue is happening?
The text was updated successfully, but these errors were encountered: