humanmade / react-wp-scripts

Integrate create-react-app with your WordPress theme/plugin.
235 stars 32 forks source link

npm start not working #43

Closed dajocarter closed 5 years ago

dajocarter commented 5 years ago

After generating the app using the npx command, I can run npm run build just fine but npm start does not work.

I get

Error: Cannot find module '../scripts/start'
    at Function.Module._resolveFilename (module.js:543:15)
    at Function.resolve (internal/module.js:18:19)
    at Object.<anonymous> (/Users/dajocarter/Sites/bedrock/app/public/web/app/plugins/product-plugin/app/node_modules/.bin/react-wp-scripts:26:21)
dajocarter commented 5 years ago

Had to reinstall node_modules