question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to run the boilerplate after running setup and running npm start

See original GitHub issue

Unable to run boilerplate using version 7.

`internal/child_process.js:325 throw errnoException(err, ‘spawn’); ^

Error: spawn EACCES at _errnoException (util.js:1041:11) at ChildProcess.spawn (internal/child_process.js:325:11) at Object.exports.spawn (child_process.js:493:9) ` Environment details: Node version: 8.4.0

npm version: 5.4.0

Operating system: Ubuntu 16.4 LTS

Command line used: npm start

Steps to reproduce: 1) clone react-slingshot, 2) run “npm run setup” 3) run “npm start -s”

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
marekstablacommented, Sep 14, 2017

Had the same issue on OSX. Installing watchman helped.

brew install watchman

2reactions
jlaustillcommented, Sep 20, 2017

Installing watchman fixed it for me on OSX as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NPM run setup not working · Issue #2603 - GitHub
Description. An error occurs when trying to install the modules dependencies via the command npm run setup.
Read more >
Error while executing 'npm install' in aspnet boilerplate react ...
You have a dependency conflict (incorrect and possibly broken dependency), so try using --force , or run the command --legacy-peer-deps .
Read more >
ts-node - npm
This error is thrown by node when a module is require() d, but node believes it should execute as native ESM. This can...
Read more >
Troubleshooting - Create React App
When you save a file while npm start is running, the browser should refresh with the updated code. If this doesn't happen, try...
Read more >
Creating a React App - Codecademy
We will use npx, a package runner tool that comes with npm 5.2+ and higher, to install and run create-react-app . This will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found