The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
hey, my name Rajdeep Singh. recently I find Frontity. but when creating a new project use this cmd: npx frontity create frontity-blog
show error. I’m don’t understand why sho that plz help me
Error: Command failed: npm install
npm WARN deprecated core-js@1.2.7: core-js@<2.6.8 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version of core-js@2.
npm ERR! path d:\web server\www.angular.dev.cc\wp-content\themes\frontity-blog\packages\mars-theme
npm ERR! code EISDIR
npm ERR! errno -4068
npm ERR! syscall symlink
npm ERR! EISDIR: illegal operation on a directory, symlink 'd:\web server\www.angular.dev.cc\wp-content\themes\frontity-blog\packages\mars-theme' -> 'd:\web server\www.angular.dev.cc\wp-content\themes\frontity-blog\node_modules\@frontity\mars-theme'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\abc\AppData\Roaming\npm-cache\_logs\2019-11-13T10_26_24_366Z-debug.log
Pablo2
Hello @officialrajdeepsingh and welcome to the community!
Can you try running the following command:
npm update core-js
Let us know if this fixes your issue.
luisherranz3
Hi @officialrajdeepsingh.
It looks like your computer cannot create symlinks, which used internally when npm deals with local packages.
Could you please do npx frontity info in the root folder of your Frontity project and paste your results here to know more about your system?
1 Like
t00much4
Having the same issue and wondering if this has been resolved.
I fixed my issue, for my case the error happens because I created the project on the exFAT partition. The issue was gone when I created project on the NTFS partition.
Thanks,
francis7
Recently have this issue in a new vercel project. Any ideas why getting a symlink EISDIR error when deploying there?