I'm getting an error when trying to build my React project: ./node_modules/ethers/utils/web.js Module not found: Can't resolve 'xmlhttprequest' in '/mnt/c/User
Any call to npm run produces this error: $ npm run dev > @ dev /project > npm run development > @ development /project > cross-env NODE_ENV=deve
In Angular-13 project I have a project that has been working very fine. But suddenly, when I did ng serve I got this error: An unhandled exception occurred: spa
How I can skip installing optional dependencies from package-lock.json by npm ci?
I want to compile my ethereum HelloWorld.sol smart contract. In all the tutorials is that you do it like this: var solc = require('solc'); var compiledContract
I've already tried nearly all available tutorials to get a simple MVC5 project to run using TypeScript and ReactJS. Note: I've created the projects from scratch
Failed to compile ./node_modules/@grpc/grpc-js/build/src/channel.js Module not found: Can't resolve 'http2' in '/Users/Michael/Development/Proje
I'm trying to initialize a simple express app with the following code: const express = require('express'); const app = express() const bodyParser = require('bo
Working with a team on a new project -- we have a fresh Nextjs app stood up in our remote repo which another team member has cloned and is working on locally. S
Could I please ask for help with the following? I have an electron app (basically the quick start app so very very simple). I am viewing the code with Visual St
I'm trying to npm install in a Vue project, and even if I just ran vue create (name) it gives me this err: npm ERR! gyp verb check python checking for Python ex
This is my start script for a React application. "scripts": { "prestart": "babel-node tools/startMessage.js", "start": "npm-run-all --parallel test:wat
I entered the command npm install -D tailwind css postcss autoprefixer vite in VS-Code. My environment is: NPM version: 8.1.2 Node.js version: 16.13.1 Which res
The scenario: We have several similar but customized Node applications, all of which include our own common library/package which we include as a dependency in
Npm crashed after running these two commands: $ npm config set proxy http://login:pass@host:port $ npm config set https-proxy http://login:pass@host:port When
Is it possible to upgrade all specific scoped packages in the dependencies section of my package.json by using the Yarn package manager? For example: yarn upg
I have created Maven Web application and I generally use mvn clean install So it execute npm install command as its one of the execution goal and then it ru
If I try to install enzyme-adapter-react-16 in my project, I get this error : PS C:\dev\test3\my-app> npm i enzyme-adapter-react-16 npm ERR! code ERESOLVE np
I've been using n to install node for years with no issues. Now on my Big Sur mac, I updated from v14.17.6 to v16. This updated without incident and node -v sho
I am using Windows 10 and I have installed Node.js (with npm) on my local machine. I am trying to follow an instruction which says: "Once node.js and npm are i