Giter Club home page Giter Club logo

Comments (7)

deepak1556 avatar deepak1556 commented on June 15, 2024

hmm weird, coz i tried the same thing and it works well. can you post your gulpfile?

from gulp-browserify.

ThomasDeutsch avatar ThomasDeutsch commented on June 15, 2024

var gulp = require('gulp');
var browserify = require('gulp-browserify');
var concat = require('gulp-concat');

gulp.task('scripts', function() {
//single entry point to browserify
gulp.src(['./src/app.js'])
.pipe(browserify({
insertGlobals : true,
debug : true
}))
.pipe(concat('dest.js'))
.pipe(gulp.dest('./build'))
});

gulp.task('default', function() {
gulp.run('scripts');
});

from gulp-browserify.

deepak1556 avatar deepak1556 commented on June 15, 2024

not sure wats causing the problem. But you had problem with npm i gulp-browserify yesterday right? how did you solve it?

from gulp-browserify.

ThomasDeutsch avatar ThomasDeutsch commented on June 15, 2024

I solved the issue by unchecking the Read-Only Attribute on my C:\Users Folder.

from gulp-browserify.

deepak1556 avatar deepak1556 commented on June 15, 2024

@dashed any thoughts on this problem?

from gulp-browserify.

deepak1556 avatar deepak1556 commented on June 15, 2024

@ThomasDeutsch can you try with the latest version and see if the error still persists?

from gulp-browserify.

shuhei avatar shuhei commented on June 15, 2024

@deepak1556 This issue can be closed because the issuer said it was solved and gulp won't work in readonly folder anyway.

from gulp-browserify.

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.