Git Product home page Git Product logo

Comments (15)

raucao avatar raucao commented on June 15, 2024

Glad you like it, and even better that you want to improve it! :)

I have to upgrade the whole setup soon. It's totally outdated. Not even using ember-cli as of yet. Will switch to node-sass then. You just pushed me over the edge for adding it to my main todo list.

from sharesome.

jorinvo avatar jorinvo commented on June 15, 2024

@skddc thanks! Looking forward to give Ember a try!

from sharesome.

raucao avatar raucao commented on June 15, 2024

Branch is here: https://github.com/skddc/sharesome/tree/the-big-upgrade

There are still a million deprecation warnings and tests are only green in browser, but not headless mode.

from sharesome.

raucao avatar raucao commented on June 15, 2024

@jorinvo Shouldn't need anything other than npm install now, in order for npm start to fire up the app.

from sharesome.

jorinvo avatar jorinvo commented on June 15, 2024

Nice work! However, while running npm install it crashes while doing the bower install.
I don't really understand the error, but maybe it helps you: https://gist.github.com/jorinvo/4f27dbb9f9b65704d5b8

from sharesome.

raucao avatar raucao commented on June 15, 2024

That's a pretty old Bower. I added the latest stable version (1.7.2) to devDeps, so it should use that from the postinstall script now. Could you pull and try again?

from sharesome.

jorinvo avatar jorinvo commented on June 15, 2024

That's surprising. I don't have bower installed globally so sharesome probably installed this bower version.
It's looking better now!
npm install looks good.

However running npm start I get an error: https://gist.github.com/jorinvo/a2ce1170de1488c39166
The thing with watchman should be fine but the error with the node_modules folder ...
With the latest npm, a lot of the sub-dependencies are reused and all installed in the same node_modules folder. So I guess there is some code running that was written for an older npm version...
Any ideas @skddc?

from sharesome.

jorinvo avatar jorinvo commented on June 15, 2024

I installed watchman. But the error is still there: https://gist.github.com/jorinvo/a2ce1170de1488c39166

btw, I'm running Linux...

from sharesome.

raucao avatar raucao commented on June 15, 2024

Sorry, no idea. But did you rm -rf your node_modules dir before trying again? For me that's usually the easiest fix for these types of conflicts. The message basically states that ember-cli-moment wasn't installed properly, because that one should have it's own node_modules.

from sharesome.

raucao avatar raucao commented on June 15, 2024

... btw, this is exactly why npm drives me mad sometimes. And I'm sure I'm not the only one. ;)

from sharesome.

jorinvo avatar jorinvo commented on June 15, 2024

@skddc which npm version are you using? Mine is 3.6.0.

Also which node version? I have 5.0.0.

from sharesome.

jorinvo avatar jorinvo commented on June 15, 2024

yes, dependencies are hard. But I think npm does a pretty good job compared to others. Had many problems with all of them bundler, pip, cabal, apt-get, homebrew, ...

from sharesome.

raucao avatar raucao commented on June 15, 2024

Bundler never failed like this for me and my operating system's Pacman is just fantastic. :)

Anyway, I'm running node 5.0.0 and npm 3.3.10.

from sharesome.

raucao avatar raucao commented on June 15, 2024

Note: install issues fixed after discussing on IRC, and @jorinvo adding ember-moment in favor of ember-cli-moment in #43.

from sharesome.

raucao avatar raucao commented on June 15, 2024

I just moved the last views to components and merged the whole branch to master.

from sharesome.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.