Giter VIP home page Giter VIP logo

Comments (7)

 avatar commented on July 17, 2024

`PS C:\modern_portfolio> npm run start
npm ERR! missing script: start

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\willi\AppData\Roaming\npm-cache_logs\2018-12-07T01_18_16_812Z-debug.log
PS C:\modern_portfolio>`

from modern_portfolio.

ashirafzal avatar ashirafzal commented on July 17, 2024

from modern_portfolio.

 avatar commented on July 17, 2024

from modern_portfolio.

sancharid37 avatar sancharid37 commented on July 17, 2024

I have the same Problem what is the solution?

from modern_portfolio.

sancharid37 avatar sancharid37 commented on July 17, 2024

C:\Users\user\portfolio> npm run sass

[email protected] sass C:\Users\user\portfolio
node-sass -w scss/ -o dist/css/ --recursive

fs.js:115
throw err;
^

Error: ENOENT: no such file or directory, lstat 'scss/'
at Object.lstatSync (fs.js:841:3)
at Object.module.exports.parseDir (C:\Users\user\portfolio\node_modules\sass-graph\sass-graph.js:153:10)
at Object.watcher.reset (C:\Users\user\portfolio\node_modules\node-sass\lib\watcher.js:17:21)
at watch (C:\Users\user\portfolio\node_modules\node-sass\bin\node-sass:260:20)
at run (C:\Users\user\portfolio\node_modules\node-sass\bin\node-sass:319:5)
at Object. (C:\Users\user\portfolio\node_modules\node-sass\bin\node-sass:405:3)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] sass: node-sass -w scss/ -o dist/css/ --recursive
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] sass script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\AppData\Roaming\npm-cache_logs\2019-02-02T18_39_49_514Z-debug.log

from modern_portfolio.

meetmerchant avatar meetmerchant commented on July 17, 2024

C:\Users\user\portfolio> npm run sass

[email protected] sass C:\Users\user\portfolio
node-sass -w scss/ -o dist/css/ --recursive

fs.js:115
throw err;
^

Error: ENOENT: no such file or directory, lstat 'scss/'
at Object.lstatSync (fs.js:841:3)
at Object.module.exports.parseDir (C:\Users\user\portfolio\node_modules\sass-graph\sass-graph.js:153:10)
at Object.watcher.reset (C:\Users\user\portfolio\node_modules\node-sass\lib\watcher.js:17:21)
at watch (C:\Users\user\portfolio\node_modules\node-sass\bin\node-sass:260:20)
at run (C:\Users\user\portfolio\node_modules\node-sass\bin\node-sass:319:5)
at Object. (C:\Users\user\portfolio\node_modules\node-sass\bin\node-sass:405:3)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] sass: node-sass -w scss/ -o dist/css/ --recursive
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] sass script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\AppData\Roaming\npm-cache_logs\2019-02-02T18_39_49_514Z-debug.log

Hey Im getting the same error, whats the solution? Could you solve it?

from modern_portfolio.

enigmacoder-bot avatar enigmacoder-bot commented on July 17, 2024

It seems that node-sass package is outdated.
Instead of using node-sass, just install sass
npm install sass
and in the package.json change scripts to "sass": "sass --watch scss:dist/css "
web-dev
hope it helps.

from modern_portfolio.

Related Issues (19)

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.