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.

v0.12.0 does not run when package.json name contains hyphen

See original GitHub issue

NW.js v0.12.0 does not run when package.json name contains “-” (hyphen)

e.g.

{
  "name": "foo-bar",
  "main": "index.html"
}

I tried on Windows7 64bit SP1.

<bountysource-plugin>

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
rot1024commented, Mar 23, 2015

I solve it. I killed invisibly remaining nw.exe processes and deleted cache directory. I think that’s because these processes remained, so cache directory had been locked. Thank you for your trouble.

0reactions
Christywlcommented, Oct 9, 2017

close until there is more information.

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm not installing from package.json file on windows
The general rule is to stick to words separated with hyphens or underscores and do not include any variables. Share.
Read more >
package.json - npm Docs
The name ends up being part of a URL, an argument on the command line, and a folder name. Therefore, the name can't...
Read more >
npm fails to install - Google Groups
n\nTesting with Appium has two big benefits:\n\n1. You don\'t have to recompile your app or modify it in any way, due\n to use...
Read more >
Command-line API | Node.js v19.3.0 Documentation
To view this documentation as a manual page in a terminal, run man node . ... If --cpu-prof-name is not specified, the generated...
Read more >
Docker Compose release notes
Fixed compose#10025; Compose does not require service.build.platforms to be set if ... Dependencies upgrade: bump docker-credential-helpers to v0.7.0 ...
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