importei o chalk, coloquei o "type": "module" mais não funcionou. observei que venho dois package.json, o de baixo venho com dependencia sozinho
{
"dependencies": {
"chalk": "^5.1.0"
}
}
de cima
{
"name": "2708-node-lib-md",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alura-cursos/2708-node-lib-md.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alura-cursos/2708-node-lib-md/issues"
},
"homepage": "https://github.com/alura-cursos/2708-node-lib-md#readme"
}