2

Here's my previous quesstion!

So after I created a folder npm in the appdata/roaming directory as people suggeested, I tried to install HEXO with npm using npm install -g hexo

but i am getting an odd error as attached below

http://i58.tinypic.com/f4o22f.png

I won't be able to use hexo version to check the version.

Has anyone experience before?

Community
  • 1
  • 1
moiaussi06
  • 221
  • 3
  • 11

1 Answers1

2

Your screenshot looks normal, it shows you the hexo package and all its dependecies (show in the form of a tree)

About the warning, it indicates that the module 'fsevents' couldn't be installed. It is normal as fsevents is a module specific to Mac OSX and you're running windows.

So in conclusion, you're good to go!

xShirase
  • 10,351
  • 2
  • 43
  • 80