cobiwave / simplefolio

⚡️ A minimal portfolio template for Developers

Home Page:https://simplfolio.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when doing npm start

bikash1231997 opened this issue · comments

When i'm doing npm start this error appears in my terminal
@parcel/package-manager: Could not find module "@parcel/transformer-sass" satisfying 2.8.2.

D:\Projects\simplefolio\package.json:23:5
22 | "devDependencies": {

23 | "@parcel/transformer-sass": "^2.12.0",
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ Found this conflicting local requirement.
24 | "parcel": "^2.8.2",
25 | "prettier": "^2.8.1"