simplefolio icon indicating copy to clipboard operation
simplefolio copied to clipboard

Error when doing npm start

Open bikash1231997 opened this issue 1 year ago • 5 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"

bikash1231997 avatar Jun 26 '24 13:06 bikash1231997

I want to tackle this Issue, Please Assign to me!

Ranj8521Kumar avatar Aug 19 '24 05:08 Ranj8521Kumar

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"

same issues here, any fix yet?

tlaitan avatar Aug 26 '24 16:08 tlaitan

I want to tackle this Issue, Please Assign to me!

Ranj8521Kumar avatar Aug 27 '24 18:08 Ranj8521Kumar

I want to work on this issue assign to me

Saiharitha3 avatar Oct 07 '24 23:10 Saiharitha3

This fix worked for me: Open package.json and delete the line following line:

"@parcel/transformer-sass": "^2.15.2",

Or whatever version is it in your case Then run npm start again and it should fix the issue

Tommimon avatar May 29 '25 16:05 Tommimon