simplefolio icon indicating copy to clipboard operation
simplefolio copied to clipboard

npm install issues, project unusable in 2022.

Open briendeau opened this issue 3 years ago • 5 comments

🚨 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"

briendeau avatar Jul 30 '22 05:07 briendeau

The following worked for me:

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

wmiz avatar Aug 06 '22 02:08 wmiz

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

Rohannagrut avatar Sep 12 '22 18:09 Rohannagrut

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!!

dantesadeghi avatar Oct 19 '22 00:10 dantesadeghi

The following worked for me:

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

Work for me! Thank uuuu

emsiqh avatar Oct 26 '22 14:10 emsiqh

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

Fixed up, Thanks

Phanix avatar Dec 13 '22 23:12 Phanix