brunosimon/threejs-template-complex

Missing ip-internal@6.2.0

Opened this issue · 4 comments

Hey Bruno ! Do you think you could add "internal-ip@6.2.0" as a dev dependency ? By default it's not installed. I've tried with v6.2.0 because the v7.0.0 broke (ES module import is needed) :)

Hey Bruno ! Do you think you could add "internal-ip@6.2.0" as a dev dependency ? By default it's not installed. I've tried with v6.2.0 because the v7.0.0 broke (ES module import is needed) :)

Hi
I have exactly this problem too.
How did you fix it?

Screenshot from 2022-06-07 23-45-59

@parisa-hr

Just add it as a dependency or a dev dependency:

yarn add internal-ip@6.2.0

OR

npm install internal-ip@6.2.0

@parisa-hr

Just add it as a dependency or a dev dependency:

yarn add internal-ip@6.2.0

OR

npm install internal-ip@6.2.0

Thank you so much.

@parisa-hr

Just add it as a dependency or a dev dependency:

yarn add internal-ip@6.2.0

OR

npm install internal-ip@6.2.0

Excuse me, I'm a beginner
I get this error now
Do you know, what should I do?

My node Version is v16.15.1

webpack: 5.73.0 webpack-cli: 4.9.2 webpack-dev-server 4.9.2

Screenshot from 2022-06-08 00-25-08