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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to