python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
npm ls minimist@0.2.1 invalid extraneous
Unable to update minimist dependency to secure version. I am trying to update package minimist to 0.2.1 and I did following changes :
"resolutions": {
"minimist": "~0.2.1&...
user124
Votes: 0
Answers: 1
Can't run `yarn create single-spa` throws `Cannot find module 'restore-cursor'`
When I try to run yarn create single-spa command fails bacause Cannot find module 'restore-cursor'
I installed node (with nvm) and yarn with brew
brew install nvm
brew install yarn
nvm install --lts
n...
LuisEnMarroquin
Votes: 0
Answers: 1
nvm in child process
I'm trying to run a command that depends on nodejs 14 as a child process of my script. For that I use nvm.
Here is my code:
let ex = require("child_process").execSync;
ex( "nvm use 14...
Archnim
Votes: 0
Answers: 1
Why is node version not changing in VS Code?
I am trying t update my Node version globally. I have Node v17.8.0 in my local machine, but when I check the node version that I am in VS code; it is still using v14.9.0.
I have tried to re-start, b...
Active Coder
Votes: 0
Answers: 2