Closed kohasummons closed 2 years ago
@kohasummons What version of node are you using?
One trick you could try is to delete the "node_modules" folder from you local files and try yarn install again.
Node version: 16.14.2 Thing is, it didn't even get to create a "node_modules" folder
Hi @kohasummons Unfortunately hakawati does not play well with node version 16. Please install node version 14 and try to install the packages again. In case you need multiple instance of node installed on your machine you will need a node version manager. In my case I use nvm; you can refer to the link below for instructions on how to install the multiple versions on your machine
https://www.sitepoint.com/quick-tip-multiple-versions-node-nvm/
Suggestion from Isaac: try using this version of node 14.18.3
Thanks everyone! This was the fix i needed.
Closing this as it is fixed.
While trying to setup hakawati on my local machine, It keeps spiting out error while running the
yarn install
process.Here's the error I got.
I deleted and cloned the repo several times and still got this. I also attempted to use
npm
, still failed.