Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install shows errors. #280

Open
grgsamrita opened this issue Mar 6, 2020 · 2 comments
Open

npm install shows errors. #280

grgsamrita opened this issue Mar 6, 2020 · 2 comments

Comments

@grgsamrita
Copy link

npm WARN deprecated [email protected]: Deprecated
npm WARN deprecated [email protected]: Deprecated in favor of grunt-contrib-watch which now have Livereload support built-in.
npm WARN deprecated [email protected]: Deprecated
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: use cross-spawn or cross-spawn-async instead.
npm WARN deprecated [email protected]: This module is no longer maintained, try this instead:
npm WARN deprecated npm i nyc
npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: This module is no longer maintained, try this instead:
npm WARN deprecated npm i nyc
npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: This package has been deprecated, please see migration guide at 'https://github.com/formatjs/formatjs/tree/master/packages/intl-relativeformat#migration-guide'
npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please use the native JSON object instead of JSON 3
npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated [email protected]: This module relies on Node.js's internals and will break at some point. Do not use it, and update to [email protected].

[email protected] postinstall /Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/core-js
node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:

https://opencollective.com/core-js
https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

[email protected] postinstall /Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/jpegtran-bin
node pre-build.js

✖ 2 of 3 tests failed:

  1. jpegtran should minify a .jpg:
    Error: ENOENT: no such file or directory, stat 'test/minified.jpg'
    at Object.statSync (fs.js:855:3)
    at /Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/jpegtran-bin/test/test-jpegtran-path.js:42:20
    at ChildProcess.exithandler (child_process.js:301:5)
    at ChildProcess.emit (events.js:198:13)
    at maybeClose (internal/child_process.js:982:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)

  2. jpegtran "after all" hook:
    Error: ENOENT: no such file or directory, unlink 'test/minified.jpg'
    at Object.unlinkSync (fs.js:956:3)
    at Context. (/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/jpegtran-bin/test/test-jpegtran-path.js:11:6)
    at Hook.Runnable.run (/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/mocha/lib/runnable.js:213:32)
    at next (/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/mocha/lib/runner.js:243:10)
    at Immediate._onImmediate (/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/mocha/lib/runner.js:254:5)
    at runCallback (timers.js:705:18)
    at tryOnImmediate (timers.js:676:5)
    at processImmediate (timers.js:658:5)

pre-build test failed, compiling from source...
Fetching http://downloads.sourceforge.net/project/libjpeg-turbo/1.2.90%20%281.3beta1%29/libjpeg-turbo-1.2.90.tar.gz...
events.js:174
throw er; // Unhandled 'error' event
^

Error: EACCES: permission denied, mkdir '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/jpegtran-bin/libjpeg-turbo-1.2.90'
Emitted 'error' event at:
at DirWriter.Abstract.error (/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fstream/lib/abstract.js:63:13)
at /Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fstream/lib/dir-writer.js:36:23
at /Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fstream/node_modules/mkdirp/index.js:47:53
at FSReqWrap.oncomplete (fs.js:153:21)
npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"0.10 || 0.12 || 4 || 5"} (current: {"node":"10.19.0","npm":"6.14.2"})
npm WARN notsup Not compatible with your version of node/npm: [email protected]
npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"10.19.0","npm":"6.14.2"})
npm WARN notsup Not compatible with your version of node/npm: [email protected]
npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"10.19.0","npm":"6.14.2"})
npm WARN notsup Not compatible with your version of node/npm: [email protected]
npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"10.19.0","npm":"6.14.2"})
npm WARN notsup Not compatible with your version of node/npm: [email protected]
npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"10.19.0","npm":"6.14.2"})
npm WARN notsup Not compatible with your version of node/npm: [email protected]
npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"10.19.0","npm":"6.14.2"})
npm WARN notsup Not compatible with your version of node/npm: [email protected]
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN [email protected] requires a peer of webpack@^4.x but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of sinon@1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of webpack@^2.0.0 || ^3.0.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/abbrev):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/abbrev' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.abbrev.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/ansi-regex):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/ansi-regex' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.ansi-regex.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/aproba):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/aproba' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.aproba.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/balanced-match):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/balanced-match' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.balanced-match.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/chownr):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/chownr' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.chownr.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/code-point-at):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/code-point-at' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.code-point-at.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/concat-map):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/concat-map' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.concat-map.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/console-control-strings):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/console-control-strings' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.console-control-strings.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/core-util-is):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/core-util-is' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.core-util-is.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/deep-extend):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/deep-extend' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.deep-extend.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/delegates):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/delegates' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.delegates.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/detect-libc):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/detect-libc' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.detect-libc.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/fs.realpath):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/fs.realpath' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.fs.realpath.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/has-unicode):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/has-unicode' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.has-unicode.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/inherits):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/inherits' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.inherits.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/ini):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/ini' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.ini.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/isarray):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/isarray' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.isarray.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/minimist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/minimist' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.minimist.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/ms):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/ms' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.ms.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/npm-normalize-package-bin):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/npm-normalize-package-bin' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.npm-normalize-package-bin.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/number-is-nan):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/number-is-nan' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.number-is-nan.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/object-assign):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/object-assign' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.object-assign.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/os-homedir):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/os-homedir' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.os-homedir.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/os-tmpdir):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/os-tmpdir' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.os-tmpdir.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/path-is-absolute):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/path-is-absolute' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.path-is-absolute.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/process-nextick-args):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/process-nextick-args' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.process-nextick-args.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/rc/node_modules/minimist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/rc/node_modules/minimist' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/rc/node_modules/.minimist.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/safe-buffer):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/safe-buffer' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.safe-buffer.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/safer-buffer):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/safer-buffer' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.safer-buffer.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/sax):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/sax' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.sax.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/semver):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/semver' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.semver.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/set-blocking):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/set-blocking' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.set-blocking.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/signal-exit):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/signal-exit' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.signal-exit.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/strip-json-comments):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/strip-json-comments' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.strip-json-comments.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/util-deprecate):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/util-deprecate' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.util-deprecate.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/wrappy):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/wrappy' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.wrappy.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/yallist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/yallist' -> '/Projects/bahmni/openmrs-module-bahmniapps/ui/node_modules/fsevents/node_modules/.yallist.DELETE'

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: node pre-build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:

@qliqdev
Copy link

qliqdev commented Apr 15, 2020

Any solutions found?

For development I'm usin Mac OS and then this WARNINGS appearing in CI/CD building (Gitlab)

@grgsamrita
Copy link
Author

grgsamrita commented Apr 15, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants