IBM-Blockchain-Archive / marbles

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
1.03k stars 979 forks source link

Unable to run marbles on local #270

Closed shchaudh closed 5 years ago

shchaudh commented 5 years ago

After running the : npm install gulp -g when I try to run marbles I get the below error: Attached tls files from my config folder(I had edited marbles_tls.json though as instructed earlier).

_c:\Users\SHARDENDUCHAUDHARY\Documents\marbles>npm install gulp -g npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js C:\Users\SHARDENDUCHAUDHARY\AppData\Roaming\npm\gulp -> C:\Users\SHARDENDUCHAUDHARY\AppData\Roaming\npm\node_modules\gulp\bin\gulp.js

c:\Users\SHARDENDUCHAUDHARY\Documents\marbles>gulp marbles_tls [17:03:40] Local gulp not found in c:\Users\SHARDENDUCHAUDHARY\Documents\marbles [17:03:40] Try running: npm install gulp

c:\Users\SHARDENDUCHAUDHARY\Documents\marbles>gulp marbleslocal [17:04:02] Local gulp not found in c:\Users\SHARDENDUCHAUDHARY\Documents\marbles [17:04:02] Try running: npm install gulp marbles_tls.zip

dshuffma-ibm commented 5 years ago

You could try running: npm install gulp...

If that doesn't work you ought to ask on the gulp repository since its a gulp installation issue.