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

Error when add packege #94

Open
AndersonDev opened this issue Jul 6, 2016 · 15 comments
Open

Error when add packege #94

AndersonDev opened this issue Jul 6, 2016 · 15 comments

Comments

@AndersonDev
Copy link

I have an error in npm install:

image

@coryshaw1
Copy link
Member

Please make sure that you have bower and typings installed globally

npm i bower typings -g

@AndersonDev
Copy link
Author

@coryshaw1 good. Added. Thanks!
Little question: are you planing to add SelectComponent?

@coryshaw1
Copy link
Member

Glad to hear it's working!

As for adding a SelectComponent, this is currently under discussion, but as of now is not planned on being added.

@AndersonDev
Copy link
Author

@coryshaw1 Pity( I need to use 2 frameworks. Hope you will add select because it will be
helpful for menu people. Thanks!

@AndersonDev
Copy link
Author

AndersonDev commented Jul 6, 2016

@coryshaw1 sory, one more question. May I center modal tittle? And some errors:

image

@coryshaw1
Copy link
Member

Centering the modal title is currently not supported through the component settings. You should be able to achieve the same effect through CSS and text-align: center.

As for the errors, how are you referencing fuel-ui in your project? And are you using webpack, angular-cli, System.js, etc? Please take a look at our quickstarts in our readme if you continue to have issues

@AndersonDev
Copy link
Author

@coryshaw1 I am using webpack.
import 'fuel-ui/fuel-ui'; in my vendors file.

@AndersonDev
Copy link
Author

AndersonDev commented Jul 7, 2016

@coryshaw1 can't find any reason wich make this error. I have included ng2-bootstrap, jwt and ect. All works good. May you help?

@omargon
Copy link

omargon commented Jul 8, 2016

I also get some errors from another component not in use when importing fuel-ui:

/node_modules/fuel-ui/src/components/Carousel/Carousel.ts(150,47): error TS2304: Cannot find name 'Hammer'.
/node_modules/fuel-ui/src/components/Carousel/Carousel.ts(151,30): error TS2304: Cannot find name 'Hammer'.
/node_modules/fuel-ui/src/components/Carousel/Carousel.ts(152,38): error TS7006: Parameter 'ev' implicitly has an 'any' type.
/node_modules/fuel-ui/src/components/Carousel/Carousel.ts(155,37): error TS7006: Parameter 'ev' implicitly has an 'any' type.

@fdu-axiometrics
Copy link

same here.. not working properly for webpack..

@RusEu
Copy link

RusEu commented Aug 18, 2016

same here :(

@vargalas
Copy link

Same here

@vargalas
Copy link

Actually in Carusel, Hammer seems not to be imported, but it's used.

error TS2304: Cannot find name 'Hammer'.

@jhgil
Copy link

jhgil commented Jan 5, 2017

Same here 👎

@snibbo
Copy link

snibbo commented May 18, 2017

agree to vargalas and added the hammerjs file to my project from http://hammerjs.github.io/getting-started/

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

8 participants