npx fails
See original GitHub issueC:\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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 usenpx style-dictionary init basic
again.Is there anything else with the getting started guide that you think can be improved?
Works as expected now