📌  相关文章
📜  node_modules colorette' 没有定义有效的 '.'目标 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:42.408000             🧑  作者: Mango

代码示例1
Node v13.0.1 is having problems with this. 
Try upgrading the node version or downgrade to v12.
    npm i --save node@12.18.3

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