Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

195
Vistas
How do I get rid of this error while using npm package in client side JS?

I was learning socket.io and when I reached the client side part, I installed a package called socket.io-client as per my instructor. When I tried to use it in my client side JS, it threw me an error. My socket.io is configured to run in the port 3000. This is my first time trying to use npm packages in the client side JS. My instructor was this video: https://www.youtube.com/watch?v=ZKEqqIO7n-k&t=96s The error reads out like this:-

Uncaught TypeError: Failed to resolve module specifier "socket.io-client". Relative references must start with either "/", "./", or "../".

Here is my code:

import { io } from "socket.io-client";
const socket = io("http://localhost:3000");

Can anyone help me with this error?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

try

    import {io} from "/server.js";
    const socket = io("http://localhost:3000");

this will make it work as you would have required the library on a different file

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda