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.

C:\style-dic> node -v
v10.13.0
C:\style-dic> npm -v
6.4.1
C:\style-dic> npx -v
6.4.1
C:\style-dic> npm init -y
C:\style-dic> npm install --save-dev style-dictionary
C:\style-dic> npx style-dictionary init basic
Copying starter files...

ENOENT: no such file or directory, lstat 'C:\style-dic\node_modules\style-dictionary\example\basic'

Related:

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dbanksdesigncommented, Dec 13, 2018

Thank you for your detailed bug report and my apologies, we recently overhauled our examples directory to add better examples and documentation, but in the process we broke the init command. I opened a PR to fix this: #216 I can push that out into a patch release today. Once it is out you will be able to use npx style-dictionary init basic again.

Is there anything else with the getting started guide that you think can be improved?

0reactions
TheJaredWilcurtcommented, Dec 14, 2018

Works as expected now

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] npx fails to run some commands #1955 - npm/cli - GitHub
Some background: I'm trying to update a workflow where I had npx @scope/thing and it would happilly download the package and run it....
Read more >
I can't install react using npx create-react-app? - Stack Overflow
To fix the issue, run these commands in sequence npm init npm install create-react-app npx create-react-app myapp.
Read more >
npx - npm Docs
npx. Run a command from a local or remote npm package ... or none of them match the name of the package), then...
Read more >
NX Build: npx nx fails - Render community
When I looked up the build command, I found it set to: npx pnpm i -D && npx pnpm i -P && npx...
Read more >
Command Line Interface - ESLint - Pluggable JavaScript Linter
Most users use npx to run ESLint on the command line like this: ... echo '3 ** 4' | npx eslint --stdin --parser-options...
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