codyseibert / tab-tracker

A Vue.js / Express.js web application for keeping track of guitar tabs
MIT License
522 stars 197 forks source link

should fix the windows problem of starting the app #4

Closed Alaev closed 7 years ago

Alaev commented 7 years ago

if you put the dot file when starting start windows file system will have problems locating the node_folder

fix for #3

codyseibert commented 7 years ago

This actually does not work on linux + mac. Can you try doing something like this and see if it works on windows?

  "scripts": {
    "start": "node_modules/nodemon/bin/nodemon.js src/app.js --exec 'npm run lint && node'",
    "lint": "node_modules/.bin/eslint src/**/*.js",
    "seed": "node seed"
  },
Alaev commented 7 years ago

@codyseibert This commit now has been tested both on windows and mac. same output after running npm run seed also, added lint:fix command to fix linting errors with npm run lint:fix

Windows: screenshot_092117_105700_pm

Mac:

screenshot 2017-09-21 22 55 38