cobiwave / simplefolio

⚡️ A minimal portfolio template for Developers
https://simplfolio.netlify.com
MIT License
13.46k stars 5.74k forks source link

npm install issues, project unusable in 2022. #200

Open briendeau opened 2 years ago

briendeau commented 2 years ago

🚨 Build failed.

@parcel/package-manager: Could not find module "@parcel/transformer-sass" satisfying 2.6.2.

/Users/perfecto/Desktop/simplefolio/package.json:23:5 22 | "devDependencies": {

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

wmiz commented 2 years ago

The following worked for me:

  1. Run 'npm audit fix'
  2. Run 'npm i @parcel/transformer-sass'
Rohannagrut commented 2 years ago

Don't forget to do cd insite the simplefolio or else it won't work 😂

dantesadeghi commented 2 years ago

The following worked for me:

  1. Run 'npm audit fix'
  2. Run 'npm i @parcel/transformer-sass'

This worked for me. Thank you very much!!

emsiqh commented 2 years ago

The following worked for me:

  1. Run 'npm audit fix'
  2. Run 'npm i @parcel/transformer-sass'

Work for me! Thank uuuu

Phanix commented 1 year ago
  1. Run 'npm audit fix'
  2. Run 'npm i @parcel/transformer-sass'

Fixed up, Thanks