pmadruga / react-native-clean-project

Automating the clean up of a React Native project
MIT License
1.17k stars 52 forks source link

Error when running: 'teask is not defined' #74

Closed jangsoori closed 2 years ago

jangsoori commented 2 years ago

Hi,

just saw in recent commit (d75098a) to master there is a typo - teask instead of tasks which prevents script from running with the error teask is not defined.

Steps to reproduce:

In terminal: npx react-native-clean-project

aschen-builder commented 2 years ago

Also receiving this error when trying to rebuild/clean React Native projects. Confirmed across multiple environments.

DevAKS-Yara commented 2 years ago

I am also getting the same error.

wincod75 commented 2 years ago

Same here.

dakhipp commented 2 years ago

Maybe this will save someone from having to look up versions. Use at your own risk. npx react-native-clean-project@3.6.4

hu-qi commented 2 years ago

Maybe this will save someone from having to look up versions. Use at your own risk. npx react-native-clean-project@3.6.4 It's work, Thanks! But 3.6.5 got error.

image

pmadruga commented 2 years ago

The bug has been fixed in 3.6.6. 👍

Sorry about the hassle.