We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried to run the example on my machine, and encountered the problem.
I found that the reactivue package inside node_modules does not have a dist folder; thus, the entry resolver got an error.
After I cd node_modules/reactivue && npm run build, after generate the dist folder, the error resolved.
git clone [email protected]:hawtim/reactivue.git && cd reactivue && yarn && cd examples/react-ts-vite && npm run dev
System: OS: macOS 12.5 CPU: - Memory: 215.93 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 14.17.1 - ~/.nvm/versions/node/v14.17.1/bin/node Yarn: 1.22.18 - /usr/local/bin/yarn npm: 6.14.13 - ~/.nvm/versions/node/v14.17.1/bin/npm Browsers: Chrome: 109.0.5414.87 Edge: 103.0.1264.77 Firefox: 102.0.1 Safari: 15.6
yarn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Hi, I tried to run the example on my machine, and encountered the problem.
I found that the reactivue package inside node_modules does not have a dist folder; thus, the entry resolver got an error.
After I cd node_modules/reactivue && npm run build, after generate the dist folder, the error resolved.
Reproduction
git clone [email protected]:hawtim/reactivue.git && cd reactivue && yarn && cd examples/react-ts-vite && npm run dev
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: