Answers for "node_modules colorette' do not define a valid '.' target"

0

node_modules colorette' do not define a valid '.' target

Node v13.0.1 is having problems with this. 
Try upgrading the node version or downgrade to v12.
	npm i --save [email protected]

Check your globally installed node version with
	node --version
Or check the node locally installed node version with
	npm list node

After this you might be required to run
	npm rebuild node-sass
Posted by: Guest on October-26-2020

Code answers related to "node_modules colorette' do not define a valid '.' target"

Code answers related to "Javascript"

Browse Popular Code Answers by Language