Hi,
I recently upgrade Bamboo to version 9,2,1
Upon building one of the .net project using MSBuild, it throw error such as error ASPPARSE: item has already been added. Key in dictionary: 'Bamboo_capability_builder_node_node_js' Key being added: 'Bamboo_capability_builder_node_node_js'
Try to build using the same solution with command script no issue. but it will have issue with bamboo
anyone having this issue before and how to solve it?
thank in advance
we managed to solve the issue, post here just in case anyone face same problem:
turns out there are duplicate nodeJS executables, one is Node.JS and the other one is Node JS.
We suspect that behind the scenes, these 2 executables are stripped of its spaces and special characters then added to the same set of dictionary, hence duplicate. This was not happening when the duplicate executables name were: NodeJS and NodeJS2.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.