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
Requiring $ from atom is no longer supported.
If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views'
or $ = require 'jquery'
Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
Or add "jquery": "^2" to your package dependencies.
Requiring
$
fromatom
is no longer supported.If you are using
space-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or
$ = require 'jquery'
Add
"atom-space-pen-views": "^2.0.3"
to your package dependencies.Or add
"jquery": "^2"
to your package dependencies.The text was updated successfully, but these errors were encountered: