Open samche2000 opened 3 years ago
Not sure if this could be the issue, but:
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
The two deprecated dependencies coupled with you being on node v14.17.0 might be the issue.
Also +1'ing because I am facing the same issue.
Another edit: Upon downgrade of node from 14 to 12, the build worked for me.
Hello,
Following the requirement, npm returns an error and doesn't install screeps-server-mockup
On my computer, in my project directory :
The log :
My computer is a W10 Pro (10.0.19043 N/A build 19043)
I use Visual Studio 2019 Community, Visual Studio Code and JetBrains PHPStorm (for this project).
I tried to launch the npm command from cmd, powershell, visual studio code terminal and Jetbrain terminal with the same issue.
In Jetbrains, all packages available with npm are listed. Screeps-server-mockup doesn't appear.
I'm free to give you more details.
Thank you