You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2021/04/02 13:33:35 UTC

[GitHub] [tinkerpop] spmallette commented on pull request #1412: TINKERPOP-2544: Modify site publishing scripts to include gremlint

spmallette commented on pull request #1412:
URL: https://github.com/apache/tinkerpop/pull/1412#issuecomment-812530880


   my initial test of `generate-home.sh` on this branch produced:
   
   ```text
   $ bin/generate-home.sh
   ~/git/apache/tinkerpop/docs/gremlint ~/git/apache/tinkerpop
   bin/generate-home.sh: line 28: npm: command not found
   ~/git/apache/tinkerpop
   rsync: change_dir "/home/smallette/git/apache/tinkerpop//docs/gremlint/build" failed: No such file or directory (2)
   rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
   ~/git/apache/tinkerpop/docs/site ~/git/apache/tinkerpop
   ~/git/apache/tinkerpop
   Home page site generated to /home/smallette/git/apache/tinkerpop/target/site/home
   ```
   
   I guess i rely on the npm installed by maven to build gremlin-javascript.  so i got npm installed and then ran again to get:
   
   ```text
   $ bin/generate-home.sh
   ~/git/apache/tinkerpop/docs/gremlint ~/git/apache/tinkerpop
   
   > gremlint.com@0.1.0 build
   > react-scripts build
   
   sh: 1: react-scripts: not found
   ~/git/apache/tinkerpop
   rsync: change_dir "/home/smallette/git/apache/tinkerpop//docs/gremlint/build" failed: No such file or directory (2)
   rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
   ~/git/apache/tinkerpop/docs/site ~/git/apache/tinkerpop
   ~/git/apache/tinkerpop
   Home page site generated to /home/smallette/git/apache/tinkerpop/target/site/home
   ```
   
   definitely don't see the `docs/gremlint/build` directory which is probably because of the react error?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org