Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problema al buildear #1

Closed
iglosiggio opened this issue Jan 7, 2015 · 4 comments
Closed

Problema al buildear #1

iglosiggio opened this issue Jan 7, 2015 · 4 comments
Assignees

Comments

@iglosiggio
Copy link
Contributor

  1. Obviamente por como funca linux faltaría aclarar cuáles son los paquetes que hay que tener instalados globalmente (o en el path al menos), en mi caso creo que bower nada más, tuve que hacer un "sudo npm install -g bower"
  2. Una vez hecho el "make actualizar" esperé que funcionara el make test_linux. Tuve estos errores ¿Es posible que falte alguna dependencia?
alumno@mega /t/huayra-curriculum> make test_linux 
./node_modules/ember-cli/bin/ember build
version: 0.1.4
Could not find watchman, falling back to NodeWatcher for file system events
Building..
adapters/application.js: line 10, col 34, 'url' is defined but never used.
adapters/application.js: line 33, col 48, 'newDoc' is defined but never used.
adapters/application.js: line 51, col 79, 'newDoc' is defined but never used.
adapters/application.js: line 51, col 66, 'numReplaced' is defined but never used.
adapters/application.js: line 68, col 61, 'numRemoved' is defined but never used.
adapters/application.js: line 83, col 9, 'result' is defined but never used.
adapters/application.js: line 81, col 35, 'record' is defined but never used.

7 errors

components/huayra-pasos.js: line 21, col 42, Expected '===' and instead saw '=='.
components/huayra-pasos.js: line 22, col 7, Missing semicolon.

2 errors

controllers/asistente/paso6.js: line 35, col 15, 'fs' is not defined.
controllers/asistente/paso6.js: line 10, col 27, 'evt' is defined but never used.
controllers/asistente/paso6.js: line 29, col 24, 'd' is defined but never used.

3 errors

===== 3 JSHint Errors

Build failed.
Path or pattern "vendor/ember-components/vendor/ic-styled/main.js" did not match any files
Error: Path or pattern "vendor/ember-components/vendor/ic-styled/main.js" did not match any files
    at Object.multiGlob (/tmp/huayra-curriculum/node_modules/ember-cli/node_modules/broccoli-kitchen-sink-helpers/index.js:202:13)
    at /tmp/huayra-curriculum/node_modules/ember-cli/node_modules/broccoli-concat/index.js:62:32
    at $$$internal$$tryCatch (/tmp/huayra-curriculum/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:470:16)
    at $$$internal$$invokeCallback (/tmp/huayra-curriculum/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:482:17)
    at $$$internal$$publish (/tmp/huayra-curriculum/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:453:11)
    at $$rsvp$asap$$flush (/tmp/huayra-curriculum/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:1531:9)
    at process._tickCallback (node.js:419:13)
Makefile:27: recipe for target 'build' failed
make: *** [build] Error 1
@iglosiggio
Copy link
Contributor Author

indexiatech/ember-components#42
Parece tener que ver con esta issue, instalar ember-components y modificar ember-cli-components a mano hizo que arranque.

@hugoruscitti
Copy link
Contributor

Si, efectivamente se soluciona con la propuesta de @jackmatt2:

indexiatech/ember-components#42 (comment)

On Tue, Jan 6, 2015 at 10:07 PM, Ignacio Losiggio notifications@github.com
wrote:

indexiatech/ember-components#42
indexiatech/ember-components#42
Parece tener que ver con esta issue


Reply to this email directly or view it on GitHub
#1 (comment)
.

Hugo Ruscitti

www.pilas-engine.com.ar
www.examplelab.com.ar
www.losersjuegos.com.ar

@hugoruscitti
Copy link
Contributor

Debería quedar resuelto con la migración a ember 2.6 del issue #3 , y la última actualización del paquete a la versión 0.2.1 249be3b

¿Me confirmás @iglosiggio si en tu equipo también compila correctamente?, así damos por cerrado este issue :)

PD: para mí lo siguiente a realizar es pasar la app a electron o agregar el arreglo de wm_class, lo que vos prefieras.

@iglosiggio
Copy link
Contributor Author

Daleee! 👍

El 5 sept. 2016 4:31 PM, "Hugo Ruscitti" notifications@github.com
escribió:

Assigned #1 #1
to @iglosiggio https://github.com/iglosiggio.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABGeeL3WIwdFG4Ojw1YsnvK3UVUbeMa7ks5qnG4igaJpZM4DPJ95
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants