Giter Site home page Giter Site logo

Comments (3)

bjones256 avatar bjones256 commented on July 1, 2024 3

I copied the dependencies from the package.json in my original app and everything appears to be working. Not sure which was breaking but I was afraid to downgrade node and break a bunch of working apps.

from react-context-lesson.

aliamk avatar aliamk commented on July 1, 2024 1

Thanks for mentioning this... I had the same issue and followed your example after trying alternative solutions for half a day. Downgraded from Node v14 to v12 to get it to work.

from react-context-lesson.

DanielFalzon avatar DanielFalzon commented on July 1, 2024

I copied the dependencies from the package.json in my original app and everything appears to be working. Not sure which was breaking but I was afraid to downgrade node and break a bunch of working apps.

Running on node v16.5.0, doing this gave me the following error:

Error: Node Sass version 5.0.0 is incompatible with ^4.0.0

Node versions can be changed easily using NVM (Node Version Manager). This allows you to easily switch node versions to ensure that other projects don't break. Quick thing to note is that this will only change the version relative to the terminal window you're in. So if you like switching between terminal/cmd prompt and an IDE terminal you have to use the 'nvm use' command in both places.

Using node 12.22.4 worked for me. Please update this project!!

from react-context-lesson.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.