What is the current status for dependecies?
See original GitHub issueThe README state:
Known issues Electron seems to have some issues on certain Raspberry Pi 2’s. See #145. MagicMirror² (Electron) sometimes quits without an error after an extended period of use. See #150.
However, a current MM installation is using:
# nvers
v9.8.0
5.7.1
# npm-check-updates
[INFO]: You can also use ncu as an alias
Using /home/pi/MagicMirror/package.json
[..................] - :
electron 1.4.15 → 1.8.3
mocha ^4.1.0 → ^5.0.4
spectron 3.7.x → 3.8.x
stylelint ^8.4.0 → ^9.1.2
The following dependencies are satisfied by their declared version range, but the installed versions are
behind. You can install the latest versions without modifying your package file by using npm update. If
you want to update the dependencies in your package file anyway, run ncu -a.
colors ^1.1.2 → ^1.2.1
express ^4.16.2 → ^4.16.3
helmet ^3.9.0 → ^3.12.0
request ^2.83.0 → ^2.85.0
rrule-alt ^2.2.7 → ^2.2.8
simple-git ^1.85.0 → ^1.92.0
grunt-markdownlint ^1.0.43 → ^1.1.0
Run ncu with -u to upgrade package.json
- What is the current dependency and compatibility status for MM?
- Can we safely update these?
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (15 by maintainers)
Top Results From Across the Web
Understanding dependencies in project management - Asana
A project dependency is a task that relies on the completion of a different task. This article discusses different dependencies in project ...
Read more >Dependencies in Project Management (Examples + Expert Tips)
Dependencies are any task, occurrence, or condition: That depends on the completion of a former task; Or, on which a successor task is...
Read more >The Ultimate Guide to Dependencies in Project Management
Project dependencies are any tasks, events or situations that are either dependent on a previous completion of a task or on which a...
Read more >Dependency Status in Task Details Page - Zoho Projects
If the dependency status in a task's detail page is shown as Waiting for, it means the task is waiting for other tasks...
Read more >What are dependencies in project management ... - Workzone
In the world around you, a dependency is the state of existence of an entity or an item such that its stability is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m aware of that. But keep in mind that electron (in this case) isn’t use as a browser. The only way external code could enter Electron is by a third party module. But modules can already execute commands using the node helper.
Btw, in the dev branch Electron is already (more) up to date.
So … that was “fun”: https://github.com/MichMich/MagicMirror/issues/1243