<unknown> is deprecated. github@0.36.6
ivanblack19 opened this issue · 1 comments
You have the core package "github" installed as a community package. See https://github.com/atom/atom/blob/master/packages/dalek/README.md for how this causes problems and instructions on how to correct the situation.
<unknown> (<embedded>:11:177390)
Generator.next (null:null:null)
step (<embedded>:11:177226)
process.processTicksAndRejections (internal/process/task_queues.js:89:5)
Git Packages (1) /Users/ivanblack19/.atom/packages
└── github@0.36.6 (atom/github#64289383)
Hi @ivanblack19,
The github
package normally is not meant to be updated or installed with apm
(unless you are sure you want to try the new version of github
before it gets bundled with Atom).
You can get rid of the warning by quitting Atom and uninstalling the newer github
:
Run this on command-line: apm uninstall github
.
If you are sure you want to use the newer version of github
, then you will see this warning, but you can safely ignore the warning.