Giter Club home page Giter Club logo

Comments (8)

rafael-perini avatar rafael-perini commented on May 8, 2024 7

I've the same issue on Node V16.3.0.

I ran npm install -D node-sass@^6.0.0 before npm install and it worked.

Complement: node-sass has a guide for supported versions on its npm page.
https://www.npmjs.com/package/node-sass

from bootstrap-npm-starter.

meidianto avatar meidianto commented on May 8, 2024 6

I've the same issue on Node V16.3.0.

I ran npm install -D node-sass@^6.0.0 before npm install and it worked.

Complement: node-sass has a guide for supported versions on its npm page.
https://www.npmjs.com/package/node-sass

I can confirm this workaround fixed the issue.

from bootstrap-npm-starter.

benjaminv avatar benjaminv commented on May 8, 2024 2

indeed this is the compatibility issue between node version and node-sass version.
according to https://www.npmjs.com/package/node-sass, node ^16 only support node-sass ^6 not ^5.
Another solution would be change in package.json "node-sass": "^5.0.0" to "node-sass": "^6.0.0" before do npm install

from bootstrap-npm-starter.

chea1tei avatar chea1tei commented on May 8, 2024 1

indeed this is the compatibility issue between node version and node-sass version. according to https://www.npmjs.com/package/node-sass, node ^16 only support node-sass ^6 not ^5. Another solution would be change in package.json "node-sass": "^5.0.0" to "node-sass": "^6.0.0" before do npm install

i tried , and it works!

from bootstrap-npm-starter.

HansUXdev avatar HansUXdev commented on May 8, 2024

Think it is a version issue. Use NVM for a different version to double check it.
It may also have something to do with LibSass or Python?

from bootstrap-npm-starter.

pm100 avatar pm100 commented on May 8, 2024

similar problem with old version of node-saas on windows, v5 asks for old version of node-gyp, that version doesnt work with vs2022, fixed by changing package.json to say node-saas:^7 (npm noob here, didnt know about forcibly installing the correct version before hand)

from bootstrap-npm-starter.

redwansikder avatar redwansikder commented on May 8, 2024

npm install --location=local nodemon, worked for me.

from bootstrap-npm-starter.

mdo avatar mdo commented on May 8, 2024

Should be fixed by #95.

Also worth mentioning I'll be archiving this soon and I suggest migrating to one of our newer examples with Bootstrap 5 at https://github.com/twbs/examples.

from bootstrap-npm-starter.

Related Issues (20)

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.