wmr icon indicating copy to clipboard operation
wmr copied to clipboard

WMR build step partially install a npm package if error

Open KoharaKazuya opened this issue 4 years ago • 1 comments

Environments:

  • macOS v11.1
  • node v12.16.3
  • npm v6.14.4

Reproduction steps:

$ npm init wmr my-demo
$ cd $_
$ rm -rf node_modules
$ npm install
$ npm run build # => error occurs (it looks to be the same problem #236)
$ ls node_modules/preact/src # => cannot find *.d.ts files
cjs.js            constants.js      diff              render.js
clone-element.js  create-context.js index.js          util.js
component.js      create-element.js options.js

preact must have published *.d.ts files, but cannot find them. Sometimes the same steps install index.d.ts and no jsx.d.ts.

KoharaKazuya avatar Jan 26 '21 09:01 KoharaKazuya

Thanks for reporting this!

developit avatar Jan 26 '21 14:01 developit