Open scientistnik opened 6 years ago
same issue
$ doxity build doxity ⚠️ Error parsing Contract: AssetManager ⚠️ Error parsing Contract: DigitalPrintImage ⚠️ Error parsing Contract: ERC721 ⚠️ Error parsing Contract: ImageToken ⚠️ Error parsing Contract: Marketplace ⚠️ Error parsing Contract: Migrations ⚠️ Error parsing Contract: Ownable Generating output for 7 contracts... done!
doxity-gatsby-starter-project@1.0.0 build /Users/nikolamadjarevic/Desktop/Decenter/DigitalPrint/scripts/doxity gatsby build --prefix-links
Generating CSS Generating Static HTML Failed at generating HTML
/Users/nikolamadjarevic/Desktop/Decenter/DigitalPrint/scripts/doxity/node_modules/gatsby/dist/bin/cli.js:52 throw err; ^ Error: TypeError: Cannot read property 'path' of undefined at Index.render (render-page.js:30466:53) at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (render-page.js:14804:31) at ReactCompositeComponentWrapper._renderValidatedComponent (render-page.js:14827:33) at ReactCompositeComponentWrapper.performInitialMount (render-page.js:14367:31) at ReactCompositeComponentWrapper.mountComponent (render-page.js:14263:22) at Object.mountComponent (render-page.js:7281:36) at ReactCompositeComponentWrapper.performInitialMount (render-page.js:14376:35) at ReactCompositeComponentWrapper.mountComponent (render-page.js:14263:22) at Object.mountComponent (render-page.js:7281:36) at render-page.js:19590:37
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! doxity-gatsby-starter-project@1.0.0 build: gatsby build --prefix-links
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the doxity-gatsby-starter-project@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /Users/nikolamadjarevic/.npm/_logs/2018-05-11T12_18_58_809Z-debug.log
## almost same issue
not same. you have problems at compile stage - there are errors parsing contracts.
try to fix it on compile stage.
try run only doxity compile
, and if there is no errors run doxity publish
Actually not. I have warnings at compile stage, but it's compiled successfully.
have the same problem with gatsby build
fixed with using nodejs 8
Same issue. Downgraded from Node 11 to Node 8. Thanks @KatSick
Сonfig is available! Doxity v0.5.2 node v9.11.1
When I install config:
npm i config
: