Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install 1.0.3 #4

Closed
rcrooks opened this issue Jul 20, 2014 · 5 comments
Closed

Unable to install 1.0.3 #4

rcrooks opened this issue Jul 20, 2014 · 5 comments
Labels

Comments

@rcrooks
Copy link

rcrooks commented Jul 20, 2014

Seeing this:
Error serializing package 'local-history' TypeError: Cannot call method 'serialize' of null
at Object.module.exports.serialize (/Users/rcrooks/.atom/packages/local-history/lib/local-history.js:70:52)
at Package.module.exports.Package.serialize (/Applications/Atom.app/Contents/Resources/app/src/package.js:393:97)
at PackageManager.module.exports.PackageManager.deactivatePackage (/Applications/Atom.app/Contents/Resources/app/src/package-manager.js:132:65)
at PackageManager.module.exports.PackageManager.update (/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-manager.js:177:23)
at PackageUpdateView.module.exports.PackageUpdateView.upgrade (/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-update-view.js:154:34)
at HTMLButtonElement. (/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-update-view.js:73:24)
at HTMLButtonElement.jQuery.event.dispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/space-pen/vendor/jquery.js:4676:9)
at HTMLButtonElement.elemData.handle (/Applications/Atom.app/Contents/Resources/app/node_modules/space-pen/vendor/jquery.js:4360:28)

@Nicolab Nicolab added the bug label Jul 21, 2014
@Nicolab
Copy link
Owner

Nicolab commented Jul 21, 2014

Fixed and released to v1.0.4

Thanks for the report 😉

@rcrooks
Copy link
Author

rcrooks commented Jul 21, 2014

Thanks for the quick fix. It worked perfectly on one of my machines, but on the other I'm still seeing pretty much the same error:
Error serializing package 'local-history' TypeError: Cannot call method 'serialize' of null
at Object.module.exports.serialize (/Users/rcrooks/.atom/packages/local-history/lib/local-history.js:70:52)
at Package.module.exports.Package.serialize (/Applications/Atom.app/Contents/Resources/app/src/package.js:393:97)
at PackageManager.module.exports.PackageManager.deactivatePackage (/Applications/Atom.app/Contents/Resources/app/src/package-manager.js:132:65)
at PackageManager.module.exports.PackageManager.update (/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-manager.js:177:23)
at PackageUpdateView.module.exports.PackageUpdateView.upgrade (/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-update-view.js:154:34)
at HTMLButtonElement. (/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-update-view.js:73:24)
at HTMLButtonElement.jQuery.event.dispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/space-pen/vendor/jquery.js:4676:9)
at HTMLButtonElement.elemData.handle (/Applications/Atom.app/Contents/Resources/app/node_modules/space-pen/vendor/jquery.js:4360:28)

and there is also this on line 65: Uncaught TypeError: Cannot call method 'destroy' of null

@Nicolab
Copy link
Owner

Nicolab commented Jul 21, 2014

  • You have updated local-history to v1.0.4 on the 2nd machine?
  • Atom was reloaded (close and re-open, or view -> reload) ?

@rcrooks
Copy link
Author

rcrooks commented Jul 21, 2014

ah, I just retried after rebooting and it worked -- all set on both machines now - thanks!

@Nicolab
Copy link
Owner

Nicolab commented Jul 22, 2014

Good :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants