-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
hexo shows error message #1055
Comments
What is hexo version? 2.x or 3.x |
hexo --version |
Maybe it's related to trentm/node-bunyan#216 |
Try to install with
|
Thx. It works. Can you explain what happened? |
Though I don't know why dtrace module not working on your computer so far. In fact, Hexo didn't use dtrace feature and it's just a optional dependency. So you can just skip the installation. |
also works for me. Environment:
|
it works. |
In the newest version , you may need |
$ npm install hexo --no-optional |
$ npm install hexo --no-optional it doesn't work for me... |
work for me, thx |
"npm uninstall hexo" first if you need |
first: $ npm uninstall hexo That works for me. |
Reinstall hexo with --no-optional doesn't work for me. So I backup and delete my hexo folder and redo hexo init. After that this error msg gone. |
I had install hexo --no-optional much times,but it does not work for me when hexo deploy. |
|
@lvtraveler you are probably having a different issue |
'hexo' command shows the error message:
{ [Error: Cannot find module './build/Release/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
{ [Error: Cannot find module './build/default/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
{ [Error: Cannot find module './build/Debug/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' }
Am I missing something in the installation steps?
The text was updated successfully, but these errors were encountered: