openhealthworks / nhs-ideas-lab

Source for website
http://nhsideaslab.com
GNU General Public License v3.0
2 stars 2 forks source link

Fix Node.Js issues #92

Closed blu3id closed 6 years ago

blu3id commented 6 years ago

node_modules should be local/platform specific, this removes them from repo and adds appropriate .gitignore and some set-up instructions into readme

DeckOfPandas commented 6 years ago

@barneycarroll Thanks. You should have write access, so do whatever you think.

DeckOfPandas commented 6 years ago

I can't build now:

:nhsideaslab.com helen$ npm install gulp -cli -g
npm WARN Paper@1.7.1 No repository field.

Next:

:nhsideaslab.com helen$ gulp watch
module.js:471
    throw err;
    ^

Error: Cannot find module 'fs-extra'
    at Function.Module._resolveFilename (module.js:469:15)
    at Function.Module._load (module.js:417:25)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/helen/Files/ohw/nhs-ideas-lab/nhsideaslab.com/gulpfile.js:2:10)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)