radareorg / radare2-webui

webui repository for radare2
93 stars 27 forks source link

Installing www-enyo, -p, -t failes #160

Closed ghost closed 2 years ago

ghost commented 5 years ago
npm install
npm WARN deprecated bower@1.8.8: We don't recommend using Bower for new projects. Please consider Yarn and Webpack or Parcel. You can read how to migrate legacy project here: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm notice created a lockfile as package-lock.json. You should commit this file.
added 310 packages from 188 contributors and audited 1347 packages in 19.885s
found 10 vulnerabilities (2 low, 8 high)
  run `npm audit fix` to fix them, or `npm audit` for details
/home/ifrit/.local/share/radare2/r2pm/git/radare2-webui/www/p/node_modules/.bin/gulp
fs.js:27
const { Math, Object } = primordials;
                         ^

ReferenceError: primordials is not defined

Same problem with www-enyo, www-t, www-p

npm12, opensuse tumbleweed, latest version of r2 and r2pm

radare commented 5 years ago

Expected. Almost 4 years withiut cimmits, feek free to contribute

On 20 Aug 2019, at 15:04, PHPoenX notifications@github.com wrote:

npm WARN deprecated bower@1.8.8: We don't recommend using Bower for new projects. Please consider Yarn and Webpack or Parcel. You can read how to migrate legacy project here: https://bower.io/blog/2017/how-to-migrate-away-from-bower/ npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm notice created a lockfile as package-lock.json. You should commit this file. added 310 packages from 188 contributors and audited 1347 packages in 19.885s found 10 vulnerabilities (2 low, 8 high) run npm audit fix to fix them, or npm audit for details /home/ifrit/.local/share/radare2/r2pm/git/radare2-webui/www/p/node_modules/.bin/gulp fs.js:27 const { Math, Object } = primordials; ^

ReferenceError: primordials is not defined```

npm12, opensuse tumbleweed, latest version of r2 and r2pm — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 5 years ago

feek free to contribute

I never used npm before

trufae commented 2 years ago

It's all fixed in master now :)