question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Meteor: How can I try new version 1.0.0-beta?

See original GitHub issue

I’m using Meteor, I install by running command: meteor add materialize:materialize. Now I have a new project and want to start with 1.0.0 version of materialize. How can I do that?

Thank you.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:19 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
Luc-cplcommented, Apr 25, 2018

@minhna, you need: 1 - install the npm package meteor npm install materialize-css@next

2 - in main.js import materialize and set global (that way you don´t need to import in every file)

import Materialize from 'materialize-css';
global.M = global.Materialize = Materialize;

3 - in mais.scss, import materialize sass

@import "{}/node_modules/materialize-css/sass/materialize.scss";
2reactions
Dogfalocommented, Mar 28, 2018

Just published it to meteor, try: meteor add materialize:materialize@=1.0.0-beta

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changelog | Meteor API Docs
Meteor 1.7.0.4 is a patch release that provides better warnings about this problem, and ensures newly created Meteor applications do not use 7.0.0-beta.56...
Read more >
angular2-meteor-rxjs - npm Package Health Analysis - Snyk
Helpers for mapping meteor autorun contexts to observables For more information ... Latest version published 6 years ago ... 1.0.0-beta.3.
Read more >
Uncaught Error: Can't resolve all parameters for NgbAlert with ...
I'm running a meteor project using angular as the front end and I can't seem to figure out how to get @ng-bootstrap/ng-bootstrap to...
Read more >
materialize-css - npm
Latest version : 1.0.0, last published: 4 years ago. ... add materialize:materialize (Beta: meteor add materialize:materialize@=1.0.0-beta ) ...
Read more >
body must be a string. received: undefined. - You.com | The search ...
When you are trying to parse the path with the below method: ... -v returns node-sass 4.5.3 (Wrapper) [JavaScript] libsass 3.5.0.beta.2 (Sass Compiler)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found