Skip to main content

All Questions

Tagged with
0 votes
0 answers
12 views

Error message: Download Playwright on my Windows Laptop

Im trying to download playwright on visual studio on my windows computer but it came up with this error message even though I have downloaded node.js. I tried to download it using npm by using the ...
Luke McDonald's user avatar
0 votes
0 answers
32 views

Getting npm permission error when doing npm ci on windows self hosted runner

I am working on a github action where I have to install dependencies using npm ci command. I am using a self-hosted windows runner. Here's my github action: name: test build on: workflow_dispatch: ...
pogbamessi's user avatar
-1 votes
0 answers
42 views

I ran into a problem while using npm and npx

I installed nodejs and its version is node --version v22.3.0 and on running the command npx create-next-app@latest it is throwing the error when I tried running the npm -v it throws the error ...
Ram Naresh Kushwah's user avatar
0 votes
0 answers
73 views

nvm use <version> && npm run start, can't be combined?

On a Windows 11 Git Bash/VS code terminal, attempting to write a one liner that would run set the nvm version to use and then start up npm. There are no issues when running these 2 commands separately ...
Wonka's user avatar
  • 8,596
0 votes
1 answer
126 views

npm install -g not working on windows even with run as administrator

I am trying to run npm i -g @nestjs/cli and corepack enable on a Windows machine. I ran cmd as Administrator, as the image below indicates. Powershell as admin did not work too. I tried cleaning npm ...
GGomesBRA's user avatar
0 votes
1 answer
37 views

How to ignore compile errors in Typescript/Electron for unreachable code

I'm rather new in Typescript/Electron and try to make a text based game. I started from the equivalent of a hello world electron application and start implementing some core logic with classes/...
MenP's user avatar
  • 3
0 votes
0 answers
15 views

"npm update -g typescript" in git bash has messed up everything

I was just setting about starting a new project using aws-cdk in typescript. So, everything is working nicely. I obviously have node, npm and all that good stuff installed on my windows machine. I ...
monkey's user avatar
  • 1,518
0 votes
0 answers
46 views

npm ERR! code 126 - Exec format error when installing node-sass

I'm encountering an issue while trying to install node-sass in my project. Whenever I run npm install, I receive the following error: npm ERR! code 126 npm ERR! path C:\Users\hix\Documents\GitHub\...
hicham outaleb's user avatar
0 votes
1 answer
50 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
41 views

How to correctly update node.js in an ionic project

I have a project using vue / vuetify which I am attempting to merge into an Ionic project (the latter started out as a sample from the Ionic site). The original project is working OK and uses vue ...
quilkin's user avatar
  • 1,297
0 votes
0 answers
10 views

error for browser-sync start --server --directory --files "*" how can Fix the error

enter image description here i download nap and browser-sync but the The same problem browser-sync start --server --directory --files "*" this is my error browser-sync : File C:\Users\...
شهد الازوري's user avatar
0 votes
0 answers
81 views

why 'npm install' and 'npm ping' do not answer and then throw error?

I have problem with npm. When I try to execute npm install, it waits for about couple of minutes with this: long pending and then respond with: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to ...
Artem's user avatar
  • 1
0 votes
1 answer
20 views

ERR on PATH trying to use npm

I'm just running npm install. Also I cannot run any command involving npm, not even npm update. I have attempted reinstalling Node.js, changing username on Windows. Adding a global npm directory no ...
Augusto Camargo's user avatar
0 votes
0 answers
182 views

Module not found \vite\bin\vite.js

When attempting to run a command or script in my Node.js project, I encountered the following error message This part of the error message suggests that the command or file path Bookshop\Frontend\my-...
Dilhan Pathum's user avatar
0 votes
0 answers
18 views

npm directory deleted any time I run npm install, must repair or copy a saved npm dir into installed location

nodejs installed on Windows 10 in Program Files\nodejs. Whenever i run npm install, it appears my ..\nodejs\node_modules\npm dir is deleted. If I browse the node_modules dir, i no longer see npm dir. ...
AngusBlackwylde's user avatar

15 30 50 per page
1
2 3 4 5
51