frida-compile icon indicating copy to clipboard operation
frida-compile copied to clipboard

frida-compile installation error

Open swarupsro opened this issue 5 years ago • 2 comments

can't install frida-compile using npm install firda-compile command. tried windows , mac and kali linux . all of them showing the same error.

PS C:\WINDOWS\system32> npm install frida-compile
npm WARN saveError ENOENT: no such file or directory, open 'C:\WINDOWS\system32\package.json'
npm WARN enoent ENOENT: no such file or directory, open 'C:\WINDOWS\system32\package.json'
npm WARN system32 No description
npm WARN system32 No repository field.
npm WARN system32 No README data
npm WARN system32 No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ [email protected]
updated 1 package and audited 609 packages in 4.414s

8 packages are looking for funding
  run `npm fund` for details

found 1040 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
PS C:\WINDOWS\system32>

swarupsro avatar Jul 07 '20 06:07 swarupsro

➜  ~ npm fund
/home/saha
├─┬ https://opencollective.com/babel
│ └── @babel/[email protected]
├─┬ https://github.com/sponsors/ljharb
│ └── [email protected], [email protected]
├─┬ https://tidelift.com/funding/github/npm/browserslist
│ └── [email protected]
├─┬ https://opencollective.com/core-js
│ └── [email protected]
├─┬ https://github.com/sponsors/isaacs
│ └── [email protected]
├─┬ https://github.com/sponsors/feross
│ └── [email protected]
├─┬ https://www.patreon.com/feross
│ └── [email protected]
├─┬ https://feross.org/support
│ └── [email protected]
└─┬ https://github.com/sponsors/jonschlinkert
  └── [email protected]

➜  ~ 

swarupsro avatar Jul 09 '20 08:07 swarupsro

firda-compile -> frida-compile, error spell

openproject avatar Sep 07 '20 12:09 openproject