coding-blocks / boss

BOSS Leaderboard and Claims API and website
https://boss.codingblocks.com
26 stars 154 forks source link

npm install fails #253

Open Swayamsvk opened 4 years ago

Swayamsvk commented 4 years ago

While doing npm install I am getting this error:-

semantic-ui@2.4.2 install /media/swayam/A:/BOSS/boss_back/boss/node_modules/semantic-ui gulp install

internal/modules/cjs/loader.js:796 throw err; ^

Error: Cannot find module 'gulp-util' Require stack:

npm ERR! A complete log of this run can be found in: npm ERR! /home/swayam/.npm/_logs/2020-05-17T14_20_44_627Z-debug.log

Also tried version 8 and 10 still the error persists.

abhishek97 commented 4 years ago

Look like you haven't install project dependencies. try npm install or yarn install

Swayamsvk commented 4 years ago

Actually this error raises after I do npm install or yarn install.