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
i run this command yarn create react-app my-app --template overwolf-typescript-redux
and i got this message error cra-template-overwolf-typescript-redux@3.2.0: The engine "node" is incompatible with this module. Expected version "lts/*". Got "20.11.0" error Found incompatible module.
how do i fix this? the node 20.11.0 version is lts version.
and is this the correct debugging flow?
npm run start-remote-server and monitoring remoteDev window
npm run build:overwolf. (comfile this project)
use the buildfile on overwolf program
do I need to rebuild and then test again when the code has changed?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i run this command
yarn create react-app my-app --template overwolf-typescript-redux
and i got this message
error cra-template-overwolf-typescript-redux@3.2.0: The engine "node" is incompatible with this module. Expected version "lts/*". Got "20.11.0" error Found incompatible module.
how do i fix this? the node 20.11.0 version is lts version.
and is this the correct debugging flow?
do I need to rebuild and then test again when the code has changed?
Beta Was this translation helpful? Give feedback.
All reactions