Have a small project. One html + css +js. I wanted to add parcel to it. Install it ( I don't have any more packages besides parcel). in the package.json I did:
"scripts": {
"start": "parcel index.html"
},
When I run npm start gives and error:
C:\Users\ricar\OneDrive\Documentos\Web Developer\Projects\Blog Posts\DOM\node_modules\parcel-bundler\src\builtins\css-loader.js: Invalid Version: undefined
There was any update that I am not aware and I do need something? Thank you