node modules colorette 27 do not define a valid 27 27 target

Solutions on MaxInterview for node modules colorette 27 do not define a valid 27 27 target by the best coders in the world

showing results for - "node modules colorette 27 do not define a valid 27 27 target"
Edoardo
09 May 2017
1Node v13.0.1 is having problems with this. 
2Try upgrading the node version or downgrade to v12.
3	npm i --save node@12.18.3
4
5Check your globally installed node version with
6	node --version
7Or check the node locally installed node version with
8	npm list node
9
10After this you might be required to run
11	npm rebuild node-sass