-
I've cloned Fore dev HEAD, and after running I also repeated these steps but with the tag of the latest release (v1.5.0) and had the same results. I'm using macOS 13.2 on an Intel iMac with nvm running node stable (16.13.2) and Chrome 110.0.5481.77. I'd be happy to provide any other system details that would help. Does anyone have a suggestion for overcoming these errors? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
probably this has to do with missing npm modules in directory demo. Do you see node_modules in your demo dir? If not please try to:
|
Beta Was this translation helpful? Give feedback.
-
@JoernT That worked! Thank you! |
Beta Was this translation helpful? Give feedback.
-
has been fixed for the future with a postinstall |
Beta Was this translation helpful? Give feedback.
probably this has to do with missing npm modules in directory demo. Do you see node_modules in your demo dir? If not please try to:
npm i