question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

yarn run blendid -- init error code 1

See original GitHub issue

When i try to run blendid for the first time i got this error:

λ yarn run blendid -- init
yarn run v0.27.5
$ "C:\Users\Corvi\Sedona\node_modules\.bin\blendid" "init"
'C:\Users\Corvi\Sedona\node_modules\.bin\blendid" "init' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

yarn/gulp installed globally node version 6.11.0 tried different pc - same.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
DmitryScalettacommented, Aug 3, 2017

Same issue. But this one works fine: "./node_modules/.bin/blendid.cmd" -- build

1reaction
neuotqcommented, Aug 11, 2017

Just for now we can modify recomendations from readme, and use this Yarn scripts. Add them to package.json

"scripts": {
    "start": "yarn run blendid",
    "build": "./node_modules/.bin/blendid build"
  }

After this, you can run yarn start to start blendid dev enviroment, yarn run build to build project.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - yarn run blendid -- init error code 1 - - Bountysource
When i try to run blendid for the first time i got this error: λ yarn run blendid -- init yarn run v0.27.5 ......
Read more >
error Command failed with exit code 1. when I try to run yarn
what you need to do is just simple: follow these steps: rm -rf node_modules; yarn cache clean; yarn; yarn start.
Read more >
Error Codes | Yarn - Package Manager
A list of Yarn's error codes with detailed explanations. ... meaning that changing the package source will require you to run YARN_UPDATE_FILE_CACHE=1 yarn ......
Read more >
H2O Documentation - AWS
H2O 3 REST API Overview: This document describes how the REST API commands are used in H2O, versioning, experimental APIs, verbs, status codes,...
Read more >
Reply To: How to find the aerodynamic center of a blended wing ...
... -k-?-model, -license-server-machine, -licensing-pool, -LS-DYNA-run-time ... #dpm, #error-#modal-#frequency, #error-code-1-#electromagnetic-suite-error ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found