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

The docs does not instruct you to install `onsenui` *AND* `react-onsenui` #2664

Open
pitust opened this issue Jul 4, 2019 · 0 comments
Open

The docs does not instruct you to install `onsenui` *AND* `react-onsenui` #2664

pitust opened this issue Jul 4, 2019 · 0 comments
Labels

Comments

@pitust
Copy link

@pitust pitust commented Jul 4, 2019

This uses the latest release of Onsen UI. In case the issue is not reproducible in desktop browsers, just follow the previous steps and also modify the platform version at the end (you can also open the mentioned site on a device).

Environment

Onsen UI Version: 2.10.8

Framework: react-dom 16.8.6 (I think it also forces react to be 16.8.6)

Framework binding: react-onsenui 1.11.2

Additional libraries: None

Platform: Windows 10, Webpack, Chrome

Encountered problem: If your package manager writes only direct dependecies to your node_modules (pnpm), then onsenui will not be available with it. However, both yarn and npm will download the package just once.

How to reproduce

  1. npm i -g pnpm # Install pnpm for non-flat node_modules
  2. pnpm install react-onsenui
  3. npm start # Still start with npm
  4. Fail!!!
  5. pnpm install onsenui
  6. npm start
  7. OK!
@emccorson emccorson added docs labels Jul 15, 2019
@emccorson emccorson added bug and removed angular2+ labels Dec 30, 2019
@emccorson emccorson added the @REPRODUCE label Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.