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)
Integrating Moralis with Vite react
I am trying to integrate Moralis with my react vite application following the Moralis docs and after the installation i keep getting this error
here is my main.jsx file
import React from "react&...

Chowa C
Votes: 0
Answers: 1
=> ERROR [5/5] RUN npm install or yarn in Dockerfile
I am trying to Dockerise a React app, but when it reaches the command to install npm it throws an error.
My Dockerfile contains:
# pull official base image
FROM node:12.6.0-alpine
# set working dir...

Yusuf
Votes: 0
Answers: 3
Uncaught ReferenceError: Rails is not defined in Rails 7 with Webpack
im having a bug in my Rails config and dont know what to do anymore. It is not disturbing any of my code, but i want to know why this problem occurs and if i may have problems with it in the near futu...
vowl445
Votes: 0
Answers: 1