codyseibert / tab-tracker

A Vue.js / Express.js web application for keeping track of guitar tabs
MIT License
522 stars 197 forks source link

Hello! Does this project only run in MacOS ? #23

Open KAROTT7 opened 6 years ago

KAROTT7 commented 6 years ago

I can't run 'npm install'...

orsolyalukacs commented 6 years ago

do you have npm installed and the package.json file with all the dependencies?

KAROTT7 commented 6 years ago

When I run npm install, then log: npm WARN rollback Rolling back assert-plus@1.0.0 failed (this is probably harmless): EPERM: operation not permitted, lstat 'E:\文档\repo\tab-tracker-master\client\node_modules\fsevents\node_modules\getpass\node_modules' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

audited 7898 packages in 13.988s found 434 vulnerabilities (369 low, 33 moderate, 28 high, 4 critical) run npm audit fix to fix them, or npm audit for details

I don't know why.

orsolyalukacs commented 6 years ago

You can probably run npm audit fix then. It will automatically update the vulnerable dependencies.

orsolyalukacs commented 6 years ago

and to answer your question: the project does run on Windows as well

KAROTT7 commented 6 years ago

@orsisi Thank you very much! After I npm audit fix, it run well.