Closed Mike-Sinistralis closed 10 years ago
For some reason, when I use 'mrt add phaserio', I get the following error in the Nitrous terminal:
While building package phaserio: error: File not found: phaserio_tests.js
phaserio
/home/action/.parts/lib/node_modules/meteorite/lib/command.js:41 throw "Command exited with " + code + "/" + signal; ^ Command exited with 1/null
Unsure if this is Nitrous specific, or something with a new meteorite version. I was unable to reproduce this locally however.
Managed to fix this by forcing a git pull on the phaser directory.
Feel free to mark this as completed.
removed dependencies for the said file..
For some reason, when I use 'mrt add phaserio', I get the following error in the Nitrous terminal:
While building package
phaserio
:error: File not found: phaserio_tests.js
/home/action/.parts/lib/node_modules/meteorite/lib/command.js:41
throw "Command exited with " + code + "/" + signal;
^
Command exited with 1/null
Unsure if this is Nitrous specific, or something with a new meteorite version. I was unable to reproduce this locally however.