You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's likely that you are using a different version of Node.js. Please use Node.js 18. When changing the node version, delete `node_modules` and re-run `yarn install`
182
+
183
+
> `yarn start` fails.
184
+
185
+
For example:
186
+
187
+
```
188
+
@parcel/core: packages/@react-aria/virtualizer/src/index.ts does not export 'useVirtualizer'
189
+
```
190
+
191
+
You may have run `yarn build` before. Please run `make clean_all && yarn` to clean up the build artifacts.
192
+
193
+
It may also just be a stale cache, you can try deleting the `.parcel-cache`
194
+
156
195
## Contributor to committer
157
196
158
197
We love contributions from our community! If you'd like to go a step beyond contributor and become a committer with full write access and a say in the project, you must be invited. The existing committers employ an internal nomination process that must reach lazy consensus (silence is approval) before invitations are issued. If you feel you are qualified and want to get more deeply involved, feel free to reach out to existing committers to have a conversation.
0 commit comments