Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.1.0
-
None
-
None
Description
When installing using cmake to a system directory, at the end of the install process there is the following npm warning:
npm WARN enoent ENOENT: no such file or directory, open '/usr/local/libexec/qpid_interop_test/shims/rhea-js/package.json
This does not appear to affect functionality, and the rhea-js shims run successfully against the other shims.
The error does not appear when installing to a local directory, ie with CMAKE_INSTALL_PREFIX set to a local directory.