You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded this repo and tried to build the repo using the following command
npm i -g gulp gulp-cli gulp build
but it always shows a message like below
C:\Projects\vscode_projects\analysis_work\ms_teams_chatbot\proactivemessagesteamstypescriptbots-master>npm i -g gulp gulp-cligulp build
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/gulp-cligulp - Not found
npm ERR! 404
npm ERR! 404 'gulp-cligulp@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\ragesh.r\AppData\Roaming\npm-cache\_logs\2021-10-19T09_25_38_141Z-debug.log
Please see my PC Configuration in below section
OS - Windows10 Version 1909 (OS Build 18363.900)
node --version - v10.15.0
npm --version - 6.14.13
Please advice.
The text was updated successfully, but these errors were encountered:
I already installed my npm version to the latest one. but when i try to build with gulp it shows like below message.
`C:\Projects\vscode_projects\analysis_work\ms_teams_chatbot\proactivemessagesteamstypescriptbots-master>npm i -g gulp gulp-cligulp build
(node:956) ExperimentalWarning: The fs.promises API is experimental
npm WARN npm npm does not support Node.js v10.15.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm You can find the latest version at https://nodejs.org/
(node:12004) ExperimentalWarning: The fs.promises API is experimental
npm WARN npm npm does not support Node.js v10.15.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/gulp-cligulp - Not found
npm ERR! 404
npm ERR! 404 'gulp-cligulp@*' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\ragesh.r\AppData\Local\npm-cache_logs\2021-10-19T12_09_36_857Z-debug.log`
Hi,
I downloaded this repo and tried to build the repo using the following command
npm i -g gulp gulp-cli
gulp build
but it always shows a message like below
Please advice.
The text was updated successfully, but these errors were encountered: