Cli: [QUESTION] <title>sgmf-scripts' is not recognized as an internal or external command, operable program or batch file.

Created on 13 Feb 2020  ·  3Comments  ·  Source: npm/cli

What / Why

n/a

Where



  • n/a

Who



  • n/a

References



  • n/a

Question

Most helpful comment

This is not a bug with npm. Please report this at Salesforce or whoever is responsible.

You might have installed the package locally but wanted to install it globally using npm i -g sgmf-scripts.

All 3 comments

sgmf-scripts' is not recognized as an internal or external command,
operable program or batch file.

This is not a bug with npm. Please report this at Salesforce or whoever is responsible.

You might have installed the package locally but wanted to install it globally using npm i -g sgmf-scripts.

Either install the sgmf-scripts globally using -g or while using them, give local reference to the directory in which they are installed.
Example -
node node_modules/sgmf-scripts --createCartridge app_custom_mybrand

Was this page helpful?
0 / 5 - 0 ratings