Need your help on how to run RTD and loading the packages integrated on my meteor application. Currently everything is running but when localhost:8000 is running it is having this error. It seems like all the packages that i added is not loaded by RTD.
Your app is crashing. Here's the latest log.
=> Errors prevented startup:
While building the application:
error: no such package: 'router'
error: no such package: 'bootstrap3-less'
error: no such package: 'jquery-ui'
error: no such package: 'jquery-ui-bootstrap'
error: no such package: 'paginated-subscription'
error: no such package: 'spin'
error: no such package: 'streams'
error: no such package: 'autocomplete'
error: no such package: 'font-awesome-4'
error: no such package: 'impicker'
error: no such package: 'roles'
error: no such package: 'flash-messages'
error: no such package: 'font-awesome'
error: no such package: 'plain-handlebars'
error: no such package: 'accounts-ui-bootstrap-3'
error: no such package: 'collection-hooks'
error: no such package: 'user-status'
error: no such package: 'pages'
error: no such package: 'publish-with-relations'
/Users/ggmacasaet/Documents/node_js_applications/liveitchina/build/mirror_app/client/styles/less/raw/global.lessimport:14:3232: Less compiler error: variable @btn-success-bg is undefined
While building package meteor-mailgun:
error: no such package: 'plain-handlebars'
=> Your application has errors. Waiting for file change.
check the packages file inside the /mirror_app directory and see if it's there. The mechanism RTD uses should just copy the packages file as is from the main app. Let's start there
Hi Guys,
Need your help on how to run RTD and loading the packages integrated on my meteor application. Currently everything is running but when localhost:8000 is running it is having this error. It seems like all the packages that i added is not loaded by RTD.
Your app is crashing. Here's the latest log.
=> Errors prevented startup:
While building the application: error: no such package: 'router' error: no such package: 'bootstrap3-less' error: no such package: 'jquery-ui' error: no such package: 'jquery-ui-bootstrap' error: no such package: 'paginated-subscription' error: no such package: 'spin' error: no such package: 'streams' error: no such package: 'autocomplete' error: no such package: 'font-awesome-4' error: no such package: 'impicker' error: no such package: 'roles' error: no such package: 'flash-messages' error: no such package: 'font-awesome' error: no such package: 'plain-handlebars' error: no such package: 'accounts-ui-bootstrap-3' error: no such package: 'collection-hooks' error: no such package: 'user-status' error: no such package: 'pages' error: no such package: 'publish-with-relations' /Users/ggmacasaet/Documents/node_js_applications/liveitchina/build/mirror_app/client/styles/less/raw/global.lessimport:14:3232: Less compiler error: variable @btn-success-bg is undefined
While building package
meteor-mailgun
: error: no such package: 'plain-handlebars'=> Your application has errors. Waiting for file change.