-
Notifications
You must be signed in to change notification settings - Fork 46
Description
I have an existing solidity project that I can't gen comments and api for. Followed directions and this is what I got:
doxity init
Getting https://github.com/DigixGlobal/doxity-gatsby-starter-project/archive/a4886b7a7a04c018ac04fed3125d7d4785e74bed.tar.gz...
⣟ Setting up doxity project with npm install. This may take a while...npm WARN layer1@1.0.0 No description
up to date in 0.099s
Doxity is initialized! Now run doxity build
doxity build
/usr/local/lib/node_modules/@digix/doxity/lib/compile/index.js:12
throw new Error('Output directory ' + output + ' not found, are you in the right directory?');
^
Error: Output directory /Users/kevin/Desktop/BlockChain/layer1/blockchain/scripts/doxity/pages/docs not found, are you in the right directory?
at exports.default (/usr/local/lib/node_modules/@digix/doxity/lib/compile/index.js:12:11)
at Object.exports.default [as build] (/usr/local/lib/node_modules/@digix/doxity/lib/build.js:8:25)
at Object.wrappedMethods.(anonymous function) [as build] (/usr/local/lib/node_modules/@digix/doxity/lib/index.js:71:24)
at Object. (/usr/local/lib/node_modules/@digix/doxity/lib/bin/doxity.js:35:28)
at Module._compile (module.js:660:30)
at Object.Module._extensions..js (module.js:671:10)
at Module.load (module.js:573:32)
at tryModuleLoad (module.js:513:12)
at Function.Module._load (module.js:505:3)
at Function.Module.runMain (module.js:701:10)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:618:3