Dependency errors when swapping out three js for our own fork of three js #2711
-
Hi all I've been trying to integrate a custom fork of three js but have continually run into peer dependency issues after changing the package.json and running npm install. I tried making a fork of aframe as well to change its three js github link in the package,json and then changing the hubs repo's aframe github link to the custom fork. With this we're now getting this:
Before the aframe change we were seeing:
Even though these are warnings npm build deploy fails Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's hard to say what's going on here without more info. Are you basing your custom fork of three off of ours? I don't think we can provide much support here unless your custom fork is our hubs/master with a few modifications. |
Beta Was this translation helpful? Give feedback.
It's hard to say what's going on here without more info. Are you basing your custom fork of three off of ours? I don't think we can provide much support here unless your custom fork is our hubs/master with a few modifications.