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
After some search, I found that I needed npm i -D @types/react to get rid of the react ts errors,
and doing an npm install from the fluent-react folder eliminated all the errors.
It would be great if I wouldn't have to run those different commands that could be done directly within make fluent-react.js
The text was updated successfully, but these errors were encountered:
What I did:
npm install
cd fluent-gecko
make fluent-react.js
I got an error message:
After some search, I found that I needed
npm i -D @types/react
to get rid of the react ts errors,and doing an
npm install
from thefluent-react
folder eliminated all the errors.It would be great if I wouldn't have to run those different commands that could be done directly within
make fluent-react.js
The text was updated successfully, but these errors were encountered: