why doesn't the 'npm run build' command create build folder on my computer?
0
I'm trying to deploy a React app to AWS using S3. I use the window powershell to run the 'npm run build' command to bundle all the files together so they can be deployed to a production environment. It's supposed to create a build folder in my file explorer where I can see all the files but it didn't do that. This is the tutorial video I was watching. I'm stuck at 3:30 https://youtu.be/mls8tiiI3uc
asked a month ago35 views
1 Answers
0
Extremely difficult to answer without knowing the error that you're getting. When you run that command, does anything happen? Is an error generated? Verify npm and npx are installed as a first step, but they should be if you've made it that far in the tutorial.
answered a month ago
Relevant questions
Docker: Stderr:fatal error: runtime: out of memory on AWS Elasticbeanstalk
asked 4 months agoHow to use EventBridge with Systems Manager Run Command to run shell commands?
Accepted Answerasked 5 months agoI want to create a folder in the shared top directory of FSx using SSM's PowerShell command.
asked 4 months agohow to Configure EBS to run npm install
asked 6 months agowhy doesn't the 'npm run build' command create build folder on my computer?
asked a month agoElastic Beanstalk npm install fails without error message
asked 3 months agoTrying to use environment variables
asked 2 years agoBuild an IOS Application Tutorial - Trigger Authentication at Run Time
asked 5 months agoCodePipeline file generation
asked 3 years agoUnable to run a Python script using BashOperator
Accepted Answerasked a year ago
Sorry about that. I'm still learning AWS on my own so my terminologies are probably a bit off. There is no error message. NPM and NPX are installed and I did exactly what the guy did. The powershell displayed the same message he had. But it just didn't create a folder.