[
https://issues.apache.org/jira/browse/DISPATCH-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166470#comment-17166470
]
ASF subversion and git services commented on DISPATCH-1727:
-----------------------------------------------------------
Commit d3b064267ff36c54a2bf6cceda9df2db836678e1 in qpid-dispatch's branch
refs/heads/master from Ernest Allen
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=d3b0642 ]
DISPATCH-1727: Remove unused yarn.lock
> Dispatch Console mixes usage of `npm` with `yarn`
> -------------------------------------------------
>
> Key: DISPATCH-1727
> URL: https://issues.apache.org/jira/browse/DISPATCH-1727
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Console
> Affects Versions: 1.12.0
> Reporter: Jiri Daněk
> Assignee: Ernest Allen
> Priority: Critical
> Fix For: 2.0.0
>
>
> There is a `yarn.lock` file checked into the repository, but CMake build file
> is using straight `npm` to build the console.
> This means that the content of `yarn.lock` is used during Console development
> (if yarn is used to build and test the console) and it is ignored when CMake
> is building Dispatch Console for deployment.
> There is a package locking mechanism in npm since npm version 5. It is
> `package-lock.json`. We should decide if we want to use yarn or npm, and use
> the corresponding command in CMake, and use the correct lock file.
> The decision should take into account users of Dispatch, who may not have
> access to npm 5, possibly. I am not sure if this is relevant consideration.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]