-
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
Re-creating package-lock.json fails #1292
Comments
The change in package-lock.json that seems to cause issues is the following
Not sure what we can do here!? |
See attached the
Could it be that there is a change between v2 and v4 that causes the issue/inconsistency? node-wot itself (package.json wise) has it in root only (and twice as indirect dependency in COAP v2 and MQTT v4)
|
FYI: updating it to "^4.0.5" doesn't help. I think the issue is that CoAP still uses v2, see @JKRhb do you know whether there is any plan to upgrade? EDIT: |
I've just published a new version of |
Hmm, that is very strange :/ But this seems to also occur with other bindings, if I am not mistaken, as the error persists even after removing the CoAP binding from the workspace. |
True. I didn't try it before. What I also noticed is that we refer to readable stream in td-tools
Does anyone know why we need it? Removing it causes issues with importing |
While working on #1291 I tried to update all dependencies.
Essentially I did the following:
package-lock.json
filenode_modules
folders etc.)npm install
npm dedupe
(see chore: increase version to 0.8.2 and fix TD&TM dependency issues #765 (comment))like mentioned in our README under "Development Internals"
So far so good, no issue. Anyhow, afterwards
npm run build
does not work and fails since some time. See below the errorThe text was updated successfully, but these errors were encountered: