Hubs-Foundation / hubs

Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
https://hubsfoundation.org
Mozilla Public License 2.0
2.13k stars 1.41k forks source link

Babel "loose" option warning and pdfjs-dist module parse failed #4867

Open burakakca opened 2 years ago

burakakca commented 2 years ago

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/mozilla/hubs.git
  2. cd hubs
  3. rm -rf node_modules && yarn install --frozen-lockfile -> npm ci doesn't work waits on emojione@2.27
  4. yarn dev

Screenshots s1 s2

Hardware

node -v v14.18.1

┆Issue is synchronized with this Jira Task

jbshin-gemiso commented 2 years ago

There is definitely something wrong with the emojione. But I can't seem to find a solution here.

jbshin-gemiso commented 2 years ago

I solved the problem by updating nodejs and npm to the latest version. Hope this helps.