prime in nodejs plugin does work if used multiple times in one snapcraft.yaml

Bug #1627043 reported by maarten ectors
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Snapcraft
New
Undecided
Unassigned

Bug Description

stage is correct but prime is not.
Works:
parts:
  red:
    plugin: nodejs
    node-packages:
      - node-red
      - node-red-contrib-twitter-stream

Does not work
parts:
  red:
    plugin: nodejs
    node-packages:
      - node-red
  other:
    plugin: nodejs
    after: [red]
    node-packages:
      - node-red-contrib-twitter-stream

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.