Create new project show error

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

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.

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

Having the same issue and wondering if this has been resolved.

## System:
 - OS: Windows 10 10.0.19043
 - CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
 - Memory: 6.90 GB / 15.90 GB
## Binaries:
 - Node: 14.15.4 - C:\Program Files\nodejs\node.EXE
 - npm: 6.14.10 - C:\Program Files\nodejs\npm.CMD
## Browsers:
 - Chrome: Not Found
 - Edge: Spartan (44.19041.1266.0), Chromium (96.0.1054.34)
 - Internet Explorer: Not Found
## npmPackages:
 - @fortawesome/fontawesome-free: ^5.15.3 => 5.15.3 
 - @fortawesome/fontawesome-svg-core: ^1.2.35 => 1.2.35 
 - @fortawesome/free-brands-svg-icons: ^5.15.4 => 5.15.4 
 - @fortawesome/free-solid-svg-icons: ^5.15.3 => 5.15.3 
 - @fortawesome/react-fontawesome: ^0.1.14 => 0.1.14 
 - @frontity/core: ^1.11.1 => 1.11.1 
 - @frontity/html2react: ^1.6.2 => 1.6.2 
 - @frontity/wp-source: ^1.11.2 => 1.11.2 
 - frontity: ^1.14.3 => 1.14.3 
 - gsap: npm:@gsap/shockingly@^3.6.0 => 3.8.0 (2.1.3)
 - three: ^0.128.0 => undefined (0.99.0)
## npmGlobalPackages:
 - frontity: Not Found
 - npx: Not Found
1 Like

I have the same issue; how can I fix it?

System:

  • OS: Windows 10 10.0.22000
  • CPU: (6) x64 AMD Ryzen 5 3500X 6-Core Processor
  • Memory: 11.93 GB / 31.93 GB

Binaries:

  • Node: 12.13.0 - C:\Program Files\nodejs\node.EXE
  • npm: 6.12.0 - C:\Program Files\nodejs\npm.CMD

Browsers:

  • Chrome: Not Found
  • Edge: Spartan (44.22000.120.0), Chromium (96.0.1054.62)
  • Internet Explorer: 11.0.22000.120

npmGlobalPackages:

  • frontity: Not Found
  • npx: Not Found

@t00much

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,

Recently have this issue in a new vercel project. Any ideas why getting a symlink EISDIR error when deploying there?

Here are the steps to replicate this:

  1. Clone new frontity project
  2. Go on to vercel and publish
  3. Cannot build due to EISDIR error

Something with symlinks not working?

Still looking for assistance as this doc: Deploy Frontity using Vercel - Frontity Docs is basically not working due to the error above.