Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WMR build step partially install a npm package if error #314

Open
KoharaKazuya opened this issue Jan 26, 2021 · 1 comment
Open

WMR build step partially install a npm package if error #314

KoharaKazuya opened this issue Jan 26, 2021 · 1 comment

Comments

@KoharaKazuya
Copy link

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.

@developit
Copy link
Member

Thanks for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants