three-stdlib icon indicating copy to clipboard operation
three-stdlib copied to clipboard

Typescript Project Build missing files in node_modules

Open juandrepanther opened this issue 3 years ago • 0 comments

-"three": "^0.140.0"

  • "@types/three": "^0.138.0",
  • "three-stdlib": "^2.10.1"

Problem description:

While building typescript project, it cannot find needed files in node_modules. No "inputs" folder, missing files in "accessors" folder. While running on dev server, everything works perfect.

Errors from terminal: image

Example from Nodes.d.ts file image image

juandrepanther avatar May 05 '22 12:05 juandrepanther