Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install issues, project unusable in 2022. #200

Open
briendeau opened this issue Jul 30, 2022 · 5 comments
Open

npm install issues, project unusable in 2022. #200

briendeau opened this issue Jul 30, 2022 · 5 comments

Comments

@briendeau
Copy link

馃毃 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
Copy link

wmiz commented Aug 6, 2022

The following worked for me:

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

@Rohannagrut
Copy link

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

@dantesadeghi
Copy link

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
Copy link

emsiqh commented Oct 26, 2022

The following worked for me:

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

Work for me! Thank uuuu

@Phanix
Copy link

Phanix commented Dec 13, 2022

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

Fixed up, Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants