-
Notifications
You must be signed in to change notification settings - Fork 46
Description
When I clone the Doxity repository on a Windows machine and run npm install , I get this output:
(Note: I modified the compile target in package.json to work in Windows)
rmdir /q /s lib & node_modules.bin\babel src -d lib
src\bin\doxity.js -> lib\bin\doxity.js
src\build.js -> lib\build.js
src\compile\index.js -> lib\compile\index.js
src\compile\parse-abi.js -> lib\compile\parse-abi.js
src\compile\parse-asm.js -> lib\compile\parse-asm.js
src\compile\solc.js -> lib\compile\solc.js
src\constants.js -> lib\constants.js
src\develop.js -> lib\develop.js
src\helpers.js -> lib\helpers.js
src\index.js -> lib\index.js
src\init.js -> lib\init.js
src\publish.js -> lib\publish.js
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 4315 packages in 6.389s
found 308 vulnerabilities (292 low, 10 moderate, 5 high, 1 critical)
runnpm audit fixto fix them, ornpm auditfor details
Could these references be updated in the repo?