Giter Club home page Giter Club logo

Comments (16)

levblanc avatar levblanc commented on June 2, 2024 12

Got the same problem. My setup:

  • Mac OSX: 10.11.6
  • NodeJS: v7.10.0
  • npm: v4.6.1

I use nvm to manage my node versions. Recently I upgraded to v7, and dtrace-provider complained about its compilation.

I tried the following steps:

  1. uninstall hexo-cli globally
$ npm uninstall -g hexo-cli
  1. then reinstall it
$ npm install -g hexo-cli

Till this step, when I went to my hexo blog folder and ran hexo server, dtrace-provider was still complaining. So I decided to remove all the node_modules and reinstall.

  1. under your hexo blog folder (where you have node_modules, public, scaffolds, source and others), remove node_modules
$ rm -rf node_modules
  1. then reinstall them all
$ npm install 

You will see dtrace-provider has an installation step during npm install as follows:

> [email protected] install /path/to/your/blog/folder/node_modules/dtrace-provider
> node scripts/install.js

So I think 3 and 4 are the actual steps that resolves dtrace-provider complain.

from hexo-related-popular-posts.

noscripter avatar noscripter commented on June 2, 2024 11

You can fix this problem by doing this in Mac os:

  1. cd hexo installation directory
cd `which hexo`/../..
  1. remove installed node modules

rm -rvf node_modules

  1. reinstall all dependencies

npm install

if you're in china, please use cnpm i which provides faster installation speed.

from hexo-related-popular-posts.

tea3 avatar tea3 commented on June 2, 2024 1

@levblanc
Thank you for the helpful information .

from hexo-related-popular-posts.

re0x6d avatar re0x6d commented on June 2, 2024 1

@levblanc Thank you for the helpful information. I solved this problem by following your advices!

from hexo-related-popular-posts.

ToddAT avatar ToddAT commented on June 2, 2024 1

I had to complete all 4 steps to solve the issue on my local machine. Thanks for the info.

from hexo-related-popular-posts.

ShumRain avatar ShumRain commented on June 2, 2024 1

@levblanc Thank you, I finally solved.

from hexo-related-popular-posts.

YingshanDeng avatar YingshanDeng commented on June 2, 2024 1

re-install hexo-cli works

from hexo-related-popular-posts.

MikeMMao avatar MikeMMao commented on June 2, 2024 1

Maybe your Global installation files hasn`t been update, please try to update your hexo-cli with command below:

sudo npm install -g hexo-cli

this solved my problem.

from hexo-related-popular-posts.

jordancclive avatar jordancclive commented on June 2, 2024

I tried both npm rebuild and npm install - neither worked.

from hexo-related-popular-posts.

NoahDragon avatar NoahDragon commented on June 2, 2024

Can you try to remove the node-modules folder and rerun the npm install?

from hexo-related-popular-posts.

tea3 avatar tea3 commented on June 2, 2024

Is it possible to solve follow as ? Also , please refer what NoahDragon taught .
hexojs/hexo#1055
http://stackoverflow.com/questions/40368058/atom-package-manager-not-working

from hexo-related-popular-posts.

tea3 avatar tea3 commented on June 2, 2024

@noscripter Thank you . The advice from you was very helpful.
@jordancclive Would it be possible to solve this issue ?

from hexo-related-popular-posts.

lauid avatar lauid commented on June 2, 2024

I failure

from hexo-related-popular-posts.

tea3 avatar tea3 commented on June 2, 2024

@liugaohua

Please try reinstall hexo and plugin. For example , you try following emviroment.

  • Mac OSX 10.11 (Sorry , I can't tried windows. )
  • node v6.9.4
  • npm v4.1.1
  • [email protected]
$ nvm install v6.9.4
$ nvm use v6.9.4
$ npm install -g npm
$ npm install -g hexo-cli
$ hexo init hexo694
$ cd hexo694
$ npm install
$ npm install hexo-related-popular-posts --save
$ hexo new sample-post-1
$ hexo new sample-post-2

Please edit sample-post-1.md as following.

title: sample1
permalink: sample-post-1
date: 2017-03-10 20:41:00
tags:
  - hexo
categories:
  - web
---
Hello , world !

Please edit sample-post-2.md as following.

title: sample2
permalink: sample-post-2
date: 2017-03-10 20:42:00
tags:
  - hexo
categories:
  - web
---
Hello , world !  This post's title is sample2.

Next, please follow these instructions.
https://github.com/tea3/hexo-related-popular-posts#usage

Can you solve this issue by this way ?

from hexo-related-popular-posts.

hmgqzx avatar hmgqzx commented on June 2, 2024

@MikeMMao
Never run npm install -g hexo-cli with sudo. Sometimes it would cause some problem with permission.
You can see more at Mac install hexo use sudo but sitll permission denied · Issue #2785 · hexojs/hexo

from hexo-related-popular-posts.

youkimm avatar youkimm commented on June 2, 2024

@levblanc thank you very much, this sovlved my problem

from hexo-related-popular-posts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.