I have a SvelteKit app that I'm deploying using AWS CodePipeline.
My pipeline gets triggered on pushes to CodeCommit. But CodeBuild fails with the following error messages:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! project-title@0.0.1…
I have a react/next.js app live on an ubuntu server, with nginx and pm2 running client side and server.js. I have made modifications locally and pushed the changes to github. I need to do a git pull. Do I need to stop pm2 or npm before I do a git…
I am installing laravel CoreUi Admin template when I ran npm install it gives me build error.
npm ERR! code 1
npm ERR! path D:\laragon_new\www\sms\coreui\node_modules\deasync
npm ERR! command failed
npm ERR! command C:\windows\system32\cmd.exe /d…
On executing the npm run build command I'm getting the following error
C:\Users\syedk\cutQ\cutq-app>npm run build
> cutq-app@0.1.0 build C:\Users\syedk\cutQ\cutq-app
> react-scripts build
Creating an optimized production build...
Failed to…
I've just deployed my Vue project into my Cpanel using ssh. Let's say, I clone the repo to /var/www/ it will generate the repo right, so it will generate the repo-generated folder in /var/www/.
So we call it, /var/www/repo-generated. And then I get…
I'm trying to test the build file for the npm package I wish to publish. I have used rollup to build, generated files are - index.cjs.js, index.cjs.js.map, index.esm.js. when I import the esm.js file which has my react component defined and I send…
So I decided to make a project using three.js, react and vite. Later on I realized I did not want to really bother with react, and so the react code in my project is mostly skeleton code (like the default App component, etc). I decided to just leave…
I am fairly new to using webpack in webapps. I am trying to build the vue js and asp.net core SPA using nodejs and webpack. I am facing this error in the screenshot. I have installed the all the dependencies using npm then I tried to run .net core…
I'm new to deploying an app, as this is the first time I've done it. I'm trying to deploy my mern app to an aws ec2 instance with the intention to use mongodb atlas, I'm using a ubuntu 20.04 server.
I'm following this guide…
I use Symfony5 with encore, everything was fine until I tried to deploy to production.
Run npm install --production to install dependencies.
Run npm run build --prod to compile.
Does @symfony/encore-webpack really have to be devDependency?
I tried…
When I am building Nuxt Js app using AWS Build.
Getting below error frequently:
[fatal] Nuxt build error
ERROR in app.f235f70.js from Terser
Error: Call retries were exceeded
at ChildProcessWorker.initialize…
I have a React app where I use a variable for setting the URL of the backend.
When I build it, the URL goes in the static files of the build.
I need to build a React app where I can change URL of the backend, taking it from an external file…
I have a basic reactjs app.
I want to deploy it to netlify. To deploy it on netlify, I need to build it first.
But when I run npm run build it throws following error.
My npm version is 6.14.8.
CI= react-scripts build
'CI' is not recognized as an…
I'm using a library that requires binary and txt files in order to work. In its API, I need to call a set_path() method with the path to said files. The issue is these files aren't included in the lib folder when building the project with npm, so…
Getting error when running npm run build:
Can any one help me to fix this issue.
Package.json file:
{
"name": "confusion",
"version": "1.0.0",
"description": "This is a website for Ristorante Con Fusion",
"main": "index.html",
"scripts":…