gulpjs / gulp-util

[deprecated] - See https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not install gulp on my project via npm

amarleku opened this issue · comments

Can not install Gulp on my project via NPM on ubuntu I have tried "npm i gulp" and "sudo npm i gulp" but still an error I will show u the error here.

npm ERR! code EPERM
npm ERR! syscall symlink
npm ERR! path ../html/bin/html.js
npm ERR! dest /media/astrit/Local Disc/projects/windows2000css/node_modules/.bin/html
npm ERR! errno -1
npm ERR! Error: EPERM: operation not permitted, symlink '../html/bin/html.js' -> '/media/astrit/Local Disc/projects/windows2000css/node_modules/.bin/html'

That error has nothing to do with gulp-util. You are trying to link some html.js file into your node_modules bin folder.