-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPM Start Error - Could not find module "@parcel/transformer-sass" satisfying 2.8.0. #220
Comments
did you figure it out? |
Are you still getting the mentioned issue? Please do a copy of the following package.json (current from the master branch)
after that, please use the required node version: Finally: |
After using the above package.json file, The problem is still not solved. |
All good I figured it out. I had not added the hyperlink |
I had same issue, after installing parcel it got resolved. |
@cobiwave this one solved the issue. |
I had to update both parcel and parcel/transformer-sass to 2.9.3 and then it worked |
best bet, first run npm install parcel --save-dev |
When I try to start the project, this is what I get.
In the package.json, it originally had it as like 2.0.1 or something like that. I tried changing it to my current version of
@parcel/transformer-sass,
and 2.8.0 because that is the version the error is talking about, but it isn't working. Any Ideas?The text was updated successfully, but these errors were encountered: