Forum Discussion
allensmith81
Boss
I fixed the Primordials issue.
This is caused by an incompatibility between NodeJS v12 and graceful-fs.
The easiest fix is to download NVM for Windows and then run the following commands once installed:
nvm install 11.15.0
nvm use 11.15.0
Once your back on node 11 you should be able to run li create-project with no problems
charan
5 years agoGuide
Thanks allensmith81
Primordials Issue is resolved when switching to specific version of node.
Thanks
Related Content
- 7 years ago