pdpotter commented on issue #95: URL: https://github.com/apache/age-website/issues/95#issuecomment-1279375844
I tried again with the versions of npm, node an yarn you mentioned and I still get no error message (I do get the same warning messages). I am on Ubuntu 20.04 instead of macOS. Can you verify there are no other node processes running (`ps -e | grep node`)? One other suggestion that you could try: * remove the node_modules directory * remove the .cache directory * clean npm cache with `npm cache clean` (`npm cache clean --force` if necessary) * remove the `package-lock.json` file * 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) If that doesn't work, I'm all out of ideas. -- 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]
