Unable to follow steps in the "How to Contribute" guide
See original GitHub issueTroubleshooting
Issue Description
I am attempting to follow the how to contribute guide, but when I run
npm install
npm run build
I get an error
I am running npm and node versions 5.5.1 (maybe I need to install an older version?)
>npm node -v && npm -v
5.5.1
5.5.1
Any idea what I’m doing wrong here?
Error logs
,,npm ERR! code ENOLOCAL
npm ERR! Could not install from "..\..\_build\Tasks\Common\codecoverage-tools" as it does not contain a package.json file.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\<username>\AppData\Roaming\npm-cache\_logs\2017-11-03T17_20_53_946Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Agent.Tasks@0.5.0 build: `node make.js build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the Agent.Tasks@0.5.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\<username>\AppData\Roaming\npm-cache\_logs\2017-11-03T17_20_53_996Z-debug.log```
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Understanding trouble following directions - Understood.org
If you have trouble following directions: What to do next There are strategies you can try for remembering the steps in a task...
Read more >Child Not Following Directions: Causes and What To Do - Cadey
At 24-30 months: A toddler can follow related two-step directions. ... Children who are unable to follow simple instructions at this age may ......
Read more >Step-by-step guide to contributing on GitHub - Data School
Learn the exact process I use when contributing to an open source project on GitHub. Follow this detailed visual guide to make your...
Read more >Why Can't my Child Follow Directions? | Assessments
While ADHD may be a cause of a child's inability to follow directions, other possibilities should be ruled out first. Poor working memory,...
Read more >Your step-by-step behaviour management guide for dealing ...
Your step-by-step behaviour management guide for dealing with a student who just won't follow instructions. “Repeat this instruction as many times as needed ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would actually suggest that a min ver, max ver be added to the contribution guide, at least until the higher version npm’s/nodes are supported.
@stephenmichaelf npm install -g npm@4 This worked for me!