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.

Blendid init seems to not work correctly on latest version (4.4.1)

See original GitHub issue
$ mkdir /tmp/blendid-test && cd /tmp/blendid-test
$ yarn init -y
$ yarn add --dev blendid
# Note that in latest Yarn version, the `--` is not required, `README.md` should be updated
$ yarn run blendid -- init 
yarn run v1.4.0

$ /private/tmp/blendid-test/node_modules/.bin/blendid init
[09:35:33] Working directory changed to /private/tmp/blendid-test/node_modules/blendid/gulpfile.js
[09:35:35] Using gulpfile /private/tmp/blendid-test/node_modules/blendid/gulpfile.js/index.js
[09:35:35] Starting 'init'...
[09:35:35] Generating default Blendid project files

To start the dev server:

yarn run blendid

[09:35:35] Finished 'init' after 16 ms
✨  Done in 3.05s.

$ ls
node_modules package.json yarn.lock

Not sure what’s wrong however. Specific to my machine? If someone could try on their end, would be appreciated 😃

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
maouehcommented, Jan 18, 2018

@benjtinsley I confirm init works again with 4.4.2. But @kferran should confirm for his own use case as I really think his problem is unrelated to the init problem. We will know soon 😃

0reactions
kferrancommented, Jan 19, 2018

Moved the issue I am having to #532

Read more comments on GitHub >

github_iconTop Results From Across the Web

Yarn & NPM not pulling latest version · Issue #525 · vigetlabs/blendid
When using yarn add, I get v4.3.1 however the code is outdated somehow. I've tried multiple node/npm/yarn versions as well as clearing yarn...
Read more >
Release Notes for the Cisco 7600 Wireless Security Gateway ...
Workaround: Use the HTTP access method (http://...) in the CMP initialize command to communicate with the CA server. CSCtg65867—snmpd on Secondary PPC Gets ......
Read more >
Metal Shading Language Specification - Apple Developer
Compiler Options Controlling the Language Version . ... Do not use the C++ standard library in Metal code. Instead, Metal has its own ......
Read more >
Unity QA - LTS Releases
These updates will only cover fixes aimed at improving the stability of the product to enable users to ship their projects. Unity 2020.3...
Read more >
SAMLight Manual | CardLogix
versions are not supported). In order to run SAMLight correctly it is necessary that all current Windows Updates have been installed.
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