python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
TypeError: Cannot read properties of undefined (reading 'prototype') React APP
I'm getting this error in my React APP:
TypeError: Cannot read properties of undefined (reading 'prototype')
(anonymous function)
C:/Users/tatup/Desktop/GrowApp/frontend/node_modules/express/lib/respo...
Santiago Paradelo
Votes: 0
Answers: 1
Does double dash work differently for npm?
I was looking into understanding how -- works recently when I've seen it used on command lines and I learned that it separates a command and it's options from other arguments, so that the command know...
j obe
Votes: 0
Answers: 0
Permission Denied when specifying package.json scripts with sh -ac to point to specific .env (react)
I just created a new react app using npx create-react-app, and added a few .env files (.env.staging, .env.development, .env.production)
I don't want to use dependencies like env-cmd and saw a few post...
geuxor
Votes: 0
Answers: 1
Is it possible to use npm dependencies from another package in my own project?
I have a node.js project. In this project I have dependency A, and dependency B, also I noticed that dependency A inside it's dependencies has dependency B, so my question is should I install dependen...

Mykyta Manuilenko
Votes: 0
Answers: 1