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
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.