todomvc-plusplus icon indicating copy to clipboard operation
todomvc-plusplus copied to clipboard

TodoMVC++ Sample Application

Results 14 todomvc-plusplus issues
Sort by recently updated
recently updated
newest added

I'm following along with the course 'Zero to Production in Node.js' on Pluralsight. I noticed that the readme steps no longer work out of the box, so I'm contributing a...

npm install sequelize failing with the following error: `npm ERR! 404 Not Found: @types/geojson@^1.0.0`

npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the node-sass package, npm...

Hello, When I run `sequelize db:migrate` I get the error below: ``` Sequelize [Node: 6.10.1, CLI: 2.7.0, ORM: 3.30.4] Loaded configuration file "db/database.js". Using environment "development". Unable to connect to...

I'm having the following error when trying to run `sequelize db:migrate` ``` Sequelize [Node: 8.4.0, CLI: 2.8.0, ORM: 1.7.5] Loaded configuration file "db/database.js". Using environment "development". TypeError: Parameter "url" must...

the database.js file under db is missing 'use strict' which cause issue "Block-scoped declarations (let, const, function, class) not yet supported outside strict mode" when you try to do db:migrate

![db](https://cloud.githubusercontent.com/assets/3586449/21952920/b6deaf38-da29-11e6-8629-0dd0f7e1db9e.png)

Added class because I don't like element selectors Fixes #34

Ignore the server.js piece

We'd like to know how many users are taking advantage of the filters on our TODO list. Using universal analytics, track custom events with the category `filter` and the action...

exercise9