Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to create a new application #119

Open
improwise opened this issue Sep 4, 2019 · 1 comment
Open

Error when trying to create a new application #119

improwise opened this issue Sep 4, 2019 · 1 comment

Comments

@improwise
Copy link

When running:

npx -p devextreme-cli devextreme new angular-app app-name

We get:

18 error code ENOLOCAL
19 error Could not install from "****\AppData\Roaming\npm-cache_npx\11092" as it does not contain a package.json file.

@improwise
Copy link
Author

This seem to be a problem with NPX that does not work if you are logged in in Windows using a username with space in it like "Bob Bobson". Workaround seem to be to change the cache folder to something like

"npm config set cache C:\tmp\nodejs\npm-cache --global"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant