You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/10/14 18:40:16 UTC

[GitHub] [age-website] pdpotter commented on issue #95: Need to Improve Contributing to JIRA Maintenance Doc

pdpotter commented on issue #95:
URL: https://github.com/apache/age-website/issues/95#issuecomment-1279340665

   Some questions:
   * What version of npm (`npm --version`), node (`node --version`) are you using?
   * Do you have yarn installed / what version (`yarn --version`)? Yarn is not really required but could be a solution.
   * What OS do you use?
   
   What I would try in your situation is to:
   * remove the `node_modules` directory
   * remove the `.cache` directory
   * retry installing with `npm install` (or `yarn install` if you have yarn installed)
   * retry running the development server with `npm run start` (or `yarn run start` if you have yarn installed)


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

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