PHP中文网2017-04-17 16:18:39
Watch this
npm ERR! Refusing to install package with name "hexo" under a package
npm ERR! also called "hexo". Did you name your project the same
npm ERR! as the dependency you're installing?
Your file name is also called hexo?
迷茫2017-04-17 16:18:39
package.json
name value cannot be the same as npm package name.
I also just filled the hole.