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 Mar 3, 2023. It is now read-only.
Since upgrading atom I've had to remove certain modules it seems because of binary incompatibility. Which is all fine. But I use gulp-watch which isn't used in my packages run-time, just for a development workflow. What am I doing wrong? Or is this expected? It seems not being able to use any tool you want during development is a major limitation.
My Package .json when it doesn't work and I get the above error:
I am having the same issue with the project-sidebar package. Babel is included as a devDependency.
Listed below are the incompatible native modules that this package depends on.
[email protected]
Error message: Module version mismatch. Expected 43, got 14.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!
lockbot
locked and limited conversation to collaborators
Apr 1, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
Since upgrading atom I've had to remove certain modules it seems because of binary incompatibility. Which is all fine. But I use gulp-watch which isn't used in my packages run-time, just for a development workflow. What am I doing wrong? Or is this expected? It seems not being able to use any tool you want during development is a major limitation.
My Package .json when it doesn't work and I get the above error:
Just removing
gulp-watch
from the devDependencies makes it all work again:The text was updated successfully, but these errors were encountered: