portfolio-react | A portfolio website built with react js | Portfolio library
kandi X-RAY | portfolio-react Summary
kandi X-RAY | portfolio-react Summary
A portfolio website built with react js
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of portfolio-react
portfolio-react Key Features
portfolio-react Examples and Code Snippets
Community Discussions
Trending Discussions on portfolio-react
QUESTION
I need advice to debug deployment of React site from Github to Netlify.
I use the code below for deployment: npm run deploy
This is Error on terminal:
...ANSWER
Answered 2020-Sep-28 at 18:16Your deploy
command in your package.json is "deploy": "inhyechoi -d build -b master"
The error is saying inhyechoi
is not a command, which is correct that is only the name of your project, not a program that can be called in terminal.
To build a react app run npm run build
or npm run-script build
.
To deploy with netlify I believe you just run netlify
deploy" so try changing your package.json's deploy
command to "deploy" : "netlify deploy"
If you want to build and deploy you may have to change it to "deploy": "npm run build; netlify deploy"
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install portfolio-react
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page