I generated a new package (using the package generator) with the name “wordcount” but when I load it, Atom thinks I’m loading a deprecated package from atom.io/packages called “wordcount”.
I guess that Atom is seeing that my package is called “wordcount” and is trying to load this package which uses deprecated APIs. Does anyone know how to stop Atom trying to load the remote version?
I came across this following the tutorial so I’m not really sure why it isn’t working.