ignite-ir-boilerplate
was not able to be installed. Is it a valid NPM module?
Command failed: yarn add ignite-ir-boilerplate --dev
Usage: yarn [options]
yarn: error: no such option: --dev
To solve the error "yarn: command not found", install the yarn package globally by running npm install -g yarn and restart your terminal. If the command fails, run it with sudo and make sure the correct PATH is set in your system's environment variable.
The Yarn maintainers recommend installing Yarn globally by using the NPM package manager, which is included by default with all Node.
In order to update your version of Yarn, you can run one of the following commands: npm install --global yarn - if you've installed Yarn via npm (recommended) curl --compressed -o- -L https://yarnpkg.com/install.sh | bash if you're on Unix.
Specify working directory with yarn --cwd <command>Specifies a current working directory, instead of the default ./ . Use this flag to perform an operation in a working directory that is not the current one.
You probably installed yarn using this:
$ apt install cmdtest
Use this instead:
$ npm install --global yarn
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With