-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DTraceProviderBindings.node issue #1
Comments
I tried both npm rebuild and npm install - neither worked. |
Can you try to remove the node-modules folder and rerun the |
Is it possible to solve follow as ? Also , please refer what NoahDragon taught . |
You can fix this problem by doing this in Mac os:
|
@noscripter Thank you . The advice from you was very helpful. |
I failure |
@liugaohua Please try reinstall hexo and plugin. For example , you try following emviroment.
Please edit
Please edit
Next, please follow these instructions. Can you solve this issue by this way ? |
Got the same problem. My setup:
I use nvm to manage my node versions. Recently I upgraded to v7, and I tried the following steps:
$ npm uninstall -g hexo-cli
$ npm install -g hexo-cli Till this step, when I went to my hexo blog folder and ran
$ rm -rf node_modules
$ npm install You will see > dtrace-provider@0.8.2 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 |
@levblanc |
@levblanc Thank you for the helpful information. I solved this problem by following your advices! |
I had to complete all 4 steps to solve the issue on my local machine. Thanks for the info. |
@levblanc Thank you, I finally solved. |
re-install hexo-cli works |
Maybe your Global installation files hasn`t been update, please try to update your hexo-cli with command below:
this solved my problem. |
@MikeMMao |
@levblanc thank you very much, this sovlved my problem |
I can't get this plugin to work. Here's the error message I get:
Error: The module '/usr/local/lib/node_modules/hexo-cli/node_modules/dtrace-provider/build/Release/DTraceProviderBindings.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 48. This version of Node.js requires
NODE_MODULE_VERSION 51. Please try re-compiling or re-installing
the module (for instance, using
npm rebuild
ornpm install
).The text was updated successfully, but these errors were encountered: