Sorry to be a pain, I can imagine this question has appeared in the past - but despite trying various different fixes - I'm still not getting anywhere.
So I've set up Node, NPM, Express on my current server based off instructions from this Youtube clip https://www.youtube.com/watch?v=OhPFgqHz68o
I've switched on my node server using
node server/index.js
Following this, in a new tab in my terminal I used cd server then npm install which then produced the following:
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
I then ran npm install grunt --save-dev, which then produced the following: npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
[email protected] node_modules/grunt
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected])
Following this, I then ran grunt server which produced: A valid Gruntfile could not be found. Please see the getting started guide for
more information on how to configure grunt: http://gruntjs.com/getting-started
Fatal error: Unable to find Gruntfile.
However, I've looked inside my server folder on my computer and it contains grunt, inside node-modules > grunt > lib > grunt.js
Please help, I'm driving myself crazy.