prime in nodejs plugin does work if used multiple times in one snapcraft.yaml
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
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
Evaluation history
No evaluation history available.