Giter VIP home page Giter VIP logo

Comments (11)

Korver2017 avatar Korver2017 commented on August 28, 2024 1

I got the same info, and my node.js is v6.11.0, too. I fixed the problem after I installed the latest recommended version, v8.9.3.

from design-blocks.

CallumHemsley avatar CallumHemsley commented on August 28, 2024

Am also getting this. Curious as to why no reply in a couple of days?

from design-blocks.

alexanderldavis avatar alexanderldavis commented on August 28, 2024

It seems you might need to upgrade your node.js and npm versions. In the error it suggests you Make sure you have the latest version of node.js and npm installed, and it seems to be saying you are currently using v6.11.0 of node and v3.10.10 of npm. I think the newest version of node is 8.x or 9.x, right? I don't know if that's what's wrong but that might be the issue.

from design-blocks.

MaxShalom avatar MaxShalom commented on August 28, 2024

I'm also getting the errors, however,
Gulp linked to this article in the command line, maybe it will help:
Medium: The Problem with gulp-util

from design-blocks.

Soo-Q6 avatar Soo-Q6 commented on August 28, 2024

@Korver2017 i got that error, too. And i update my node.js from v6.11.0 to v8.9.4. But there are still an error, it says "Error: cannot find module 'gulp-watch'. And it occur in 'module.js:540'.

from design-blocks.

MaxShalom avatar MaxShalom commented on August 28, 2024

That's what I am still getting. Still haven't found a fix.

from design-blocks.

stefanneculai avatar stefanneculai commented on August 28, 2024

@Soo-Q6 @MaxShalom could you please run npm install once again?

from design-blocks.

MaxShalom avatar MaxShalom commented on August 28, 2024

I updated everything. Node.js is now on 8.9.0 and npm is on 5.6.0. I still get the below errors when trying to run npm run gulp in the project directory.

npm ERR! missing script: gulp

However, there is a gulpfile.js in the directory. I'm new to Gulp but, what could be wrong?

from design-blocks.

stefanneculai avatar stefanneculai commented on August 28, 2024

@MaxShalom does it work if you run the following:

rm -r node_modules
npm install

from design-blocks.

Soo-Q6 avatar Soo-Q6 commented on August 28, 2024

i reinstall my node and run npm run gulp, and this time it says that "Error: cannot find module 'puppeteer' " Then i try to npm install puppeteer --save-dev. Stiill, it failed. how can i fix it? @stefanneculai

from design-blocks.

Soo-Q6 avatar Soo-Q6 commented on August 28, 2024

i found that i cannot access the source code of module node-sass(some problems of Chinese network environment), so i modify the file .npmrc, adding such configuration: sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ and it finally worked.

from design-blocks.

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.