Skip to content

Commit

Permalink
3.1.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed May 20, 2015
1 parent 5b172aa commit c8a503d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo",
"version": "3.1.0",
"version": "3.1.1",
"description": "A fast, simple & powerful blog framework, powered by Node.js.",
"main": "lib/hexo",
"bin": {
Expand Down

1 comment on commit c8a503d

@Xuanwo
Copy link
Contributor

@Xuanwo Xuanwo commented on c8a503d Jun 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感觉appveyor那边之所以挂掉,跟npm版本有关系。

npm ERR! Windows_NT 6.2.9200
npm ERR! argv "node" "C:\\Users\\appveyor\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v0.10.38
npm ERR! npm  v2.10.0
npm ERR! path C:\Users\appveyor\AppData\Roaming\npm-cache\object-assign\2.0.0\package\package.json
npm ERR! code EPERM
npm ERR! errno 50

npm ERR! Error: EPERM, rename 'C:\Users\appveyor\AppData\Roaming\npm-cache\object-assign\2.0.0\package\package.json'
npm ERR!  { [Error: EPERM, rename 'C:\Users\appveyor\AppData\Roaming\npm-cache\object-assign\2.0.0\package\package.json']
npm ERR!   errno: 50,
npm ERR!   code: 'EPERM',
npm ERR!   path: 'C:\\Users\\appveyor\\AppData\\Roaming\\npm-cache\\object-assign\\2.0.0\\package\\package.json',
npm ERR!   parent: 'gulp-util' }
npm ERR! 
npm ERR! Please try running this command again as root/Administrator.
Command exited with code 50

Please sign in to comment.