Closed ghost closed 8 years ago
Which branch are you on? The key error is:
API Data not found: Assets.absoluteFilePath
I just saw this issue on the version-NEXT
branch. It's due to the wrong commit of meteor/meteor being submodule-d.
This works properly on the current version-NEXT
branch and with Node >=6.2.0. Closing as this seems like it was a temporary issue.
Sorry I got too busy to look into this further. Glad you said it's sorted! :)
In case anyone found this page after the following error, you forgot to run git submodule update --init
as part of the setup of running locally.
$ npm start
> hexo-site@0.0.0 prestart /Users/mokolodi1/work/docs/meteor-docs
> jsdoc/jsdoc.sh
npm ERR! Darwin 16.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v4.4.2
npm ERR! npm v4.0.2
npm ERR! code ELIFECYCLE
npm ERR! hexo-site@0.0.0 prestart: `jsdoc/jsdoc.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the hexo-site@0.0.0 prestart script 'jsdoc/jsdoc.sh'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the hexo-site package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! jsdoc/jsdoc.sh
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs hexo-site
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls hexo-site
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/mokolodi1/work/docs/meteor-docs/npm-debug.log