-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello,
on my desktop, the version of minimatch and graceful-fs are as per required, but still.. when installing semantic ui, I am receiving this error.. please help
J:\JavaScript\AngularJS\angular-reddit>npm install semantic-ui --save
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 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 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.
semantic-ui@2.4.2 install J:\JavaScript\AngularJS\angular-reddit\node_modules\semantic-ui
gulp install
fs.js:33
} = primordials;
^
ReferenceError: primordials is not defined
at fs.js:33:5
at req_ (J:\JavaScript\AngularJS\angular-reddit\node_modules\natives\index.js:143:24)
at Object.req [as require] (J:\JavaScript\AngularJS\angular-reddit\node_modules\natives\index.js:55:10)
at Object. (J:\JavaScript\AngularJS\angular-reddit\node_modules\vinyl-fs\node_modules\graceful-fs\fs.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:1128:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1167:10)
at Module.load (internal/modules/cjs/loader.js:983:32)
at Function.Module._load (internal/modules/cjs/loader.js:891:14)
at Module.require (internal/modules/cjs/loader.js:1023:19)
at require (internal/modules/cjs/helpers.js:72:18)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})