Skip to main content

All Questions

Tagged with
1 vote
0 answers
15 views

Facing error in yarn install for isolated-vm on macOS

Trying to build Backstage App on my MacOS, one of its pre requisites is Yarn , But i am unsuccessful in trying to install it. Please help I am encountering an error when running yarn install for a ...
vidhi yadav's user avatar
2 votes
0 answers
32 views

npx hanging during initialization of react, expo, and next app

I am currently experiencing an issue where the following commands (and potentially more) hang indefinitely when trying to initialize a project: npx create-react-app npx create-expo-app npx create-...
James's user avatar
  • 21
-2 votes
0 answers
17 views

Can`t install nodemodules for Mac High Sierra 10.13.6 [closed]

I have spent the whole day trying to solve this problem but I couldn't and I would be very grateful if someone could help me. I use a macbook pro 2011 on high sierra, which is no longer supported, I ...
Pavel Ogaryshev's user avatar
-2 votes
0 answers
59 views

Error while Creating docker image, ERROR: failed to solve: process "/bin/sh -c yarn install" did not complete successfully: exit code: 1

ERROR: failed to solve: process "/bin/sh -c yarn install" did not complete successfully: exit code: 1 FROM node:slim WORKDIR /usr/src/app COPY package.json yarn.lock ./ RUN yarn install COPY ...
ASIF KAIF's user avatar
  • 387
0 votes
0 answers
24 views

"1: This: not found" at any yarn command | NodeJS

I've been trying to setup an environment for a project I was working on windows using WSL. It uses yarn for package management. After setting up everything and installing node, any command with yarn ...
Raihan Rafeek's user avatar
0 votes
1 answer
593 views

error AggregateError [ECONNREFUSED] at internalConnectMultiple (node:net:1116:18) on yarn install in vue3 project

I'm trying to run yarn install in a Vue project and I receive this error: yarn install v1.22.22 [1/4] Resolving packages... [2/4] Fetching packages... error AggregateError [ECONNREFUSED]: at ...
tao's user avatar
  • 87.7k
1 vote
0 answers
32 views

Yarn start not working, on mac, I tried uninstalling & installing process completely but still giving error

Yarn start not working, I tried uninstalling & installing process completely but still giving error wingspro@Mac-Pro resident-connect-mobile % yarn start node:internal/modules/cjs/loader:1080 ...
Kishan's user avatar
  • 136
0 votes
0 answers
93 views

Unable to install iohook in my node server (error during installation)

I'm trying to add the ability to detect keypress anywhere on my PC, and I saw about iohook. So I'm installing it with yarn add iohook, though the process always fails because the download link seems ...
Drake's user avatar
  • 73
0 votes
0 answers
23 views

Yarn rebuilds all packages when running the add command

I am having the following problem with Yarn Whenever I run the yarn add or yarn remove command all previously installed packages are rebuilt I have tried with other versions of Yarn but the problem ...
Huy Tran's user avatar
0 votes
1 answer
49 views

NPM is choosing incorrect Node.js version for FE solution (on specific pc)

Locally I'm using nvm to manage Node.JS version; current node version is 18.19.0; I don't have ver. 12 installed. Before installing nvm - I have removed Node from computer, now I can't see it in "...
user3190541's user avatar
0 votes
1 answer
161 views

Windows Error: 'This app can't run on your PC' When Trying to Run a Maven-Built Project

I'm developing a web application using Maven and Angular, and I'm trying to run it on a Windows machine. However, when I attempt to start the application, I encounter the following error message: This ...
Hamza Boukbir's user avatar
0 votes
0 answers
170 views

yarn get error:Error: ENOENT: no such file or directory

I install node_modules for my project. yarn [1/5] 🔍 Validating package.json... warning knight-operation: "dependencies" has dependency "@testing-library/jest-dom" with range &...
toma77's user avatar
  • 1
1 vote
1 answer
105 views

Yarn cannot find nodejs especially in VS Code

When I run yarn with PowerShell in VS Code. I got message like this: yarn yarn install v1.22.22 $ node preinstall.js 'node' is not recognized as an internal or external command, operable program or ...
Niyuta's user avatar
  • 11
2 votes
1 answer
2k views

Error when running npm script with Yarn: "ERR spawn EINVAL

I'm encountering an error when trying to run an npm script that involves Yarn. Here's the sequence of events: I've initialized a project with create-react-app. Added the following script to my ...
Pritam Ghosh's user avatar
1 vote
0 answers
298 views

Getting deasync error when trying to install yarn dependencies

error C:\FOLDER\FOLDER\automatarium\node_modules\deasync: Command failed. Exit code: 1 Command: node ./build.js Arguments: Directory: C:\FOLDER\FOLDER\automatarium\node_modules\deasync Output: node:...
Excalibur 11's user avatar

15 30 50 per page
1
2 3 4 5
77