Closed Alaev closed 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"
},
@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:
Mac:
if you put the dot file when starting start windows file system will have problems locating the node_folder
fix for #3