You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to run a deployment and keep getting this (I've installed the plugin and updated deploy.js):
ember-cli-deploy works by registering plugins in it's pipeline.
In order to execute a deployment you must install at least one ember-cli-deploy compatible plugin.
Visit http://ember-cli-deploy.com/plugins/ for a list of supported plugins.```
The text was updated successfully, but these errors were encountered:
I ran into this as well. Can be reproduced by starting a new Ember project and following the steps in the readme and attempting to run ember deploy. It seems like not all the required dependencies are being pulled in for the pack when following the installation instructions.
I manually ran ember install for each plugin in the pack and got things working properly.
trying to run a deployment and keep getting this (I've installed the plugin and updated deploy.js):
The text was updated successfully, but these errors were encountered: