-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Closed
Labels
Description
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
Yes.
Which terms did you search for in User Guide?
I'm trying to deploy my app to Github Pages and from Bash on Ubuntu on Windows. I followed the instructions on Deployment -> Github Pages
Environment
node -v: 8.9npm -v4.6.1yarn --version(if you use Yarn):npm ls react-scripts(if you haven’t ejected): react-scripts@1.0.17
Then, specify:
- Operating system: Windows 10
- Browser and version (if relevant):
Using Bash on Ubuntu on Windows. React 16. Git is installed. Remote on Github is set.
Steps to Reproduce
- clone https://github.com/carpben/fccLeaders in a simillar environment.
- run 'npm install'
- run 'npm run deploy'
Expected Behavior
The app deployed to githubpages.
