You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found solution for both of you. I tried to run npm install && npm start with node v14.18.1 and v.12.22.6 but they didn't work. They I looked into package.json file, and found there "node": "~0.12.0 || ^4.2.0 || ^6.5.0" which means that this package is able to be run by maximum v6.5.0. So I changed my node version to v6.5.0 and everything worked just fine!
Try it out!
P.S. For ease of changing between versions install nvm script.
Hello,
I keep running into errors when trying to start matterwiki using
npm start
.Here is the log I get:
Any ideas how to solve this?
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: