DoneJS 0.7.0 is out! You can upgrade with:
npm install -g donejs
New projects will get all of the new dependencies. This is a smaller release in terms of size but has a couple of exciting features:
- New plugin generator makes it easy to create plugins like reusable components that can be published to NPM.
- Steal now fetches package.jsons as needed, so dev page loads will be much faster.
A small release, but an important one, without any breaking changes.
@matthewp, I ran the upgrade and it looks like it installed, but when I donejs --version I still get 0.6.0-pre.1
sudo npm install -g donejs
/usr/bin/donejs -> /usr/lib/node_modules/donejs/bin/donejs
donejs@0.7.2 /usr/lib/node_modules/donejs
βββ q@1.4.1
βββ commander@2.9.0 (graceful-readlink@1.0.1)
βββ cross-spawn-async@2.1.9 (lru-cache@4.0.0, which@1.2.4)
donejs --version
0.6.0-pre.1
Thatβs really weird, huh. I would try uninstalling: npm uninstall -g donejs
and reinstall.
I tried that and said unbuild donejs@0.7.2
I then reinstalled and still --version says 0.6.0-pre1
So maybe there is a bug in the --version command?
I wonder if itβs a caching issue, have you tried npm cache clean
?
tried npm cache clean
, then uninstall, then install
same thing.
I was recently running into really weird issues like this and finally uninstalled node and reinstalled using nvm. It fixed a lot of quirks that have been annoying me for a while. Not sure if it will fix your issue, but it might be worth a shot.
1 Like