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

Is not working with Windows 10 #13

Open
MihaiCatan opened this issue Mar 16, 2021 · 2 comments
Open

Is not working with Windows 10 #13

MihaiCatan opened this issue Mar 16, 2021 · 2 comments

Comments

@MihaiCatan
Copy link

MihaiCatan commented Mar 16, 2021

Hi,

I installed it global and run. Got the following error:

$ npm init typescript-project
internal/modules/cjs/loader.js:626
    throw err;
    ^

Error: Cannot find module 'C:\Program'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:623:15)
    at Function.Module._load (internal/modules/cjs/loader.js:527:27)
    at Function.Module.runMain (internal/modules/cjs/loader.js:837:10)
    at internal/main/run_main_module.js:17:11 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Environment:
Windows 10
node v12.3.1
npm 6.9.0
gitbash

@claasahl
Copy link
Owner

Hi @MihaiCatan

Thank you for bringing this to my attention. Your console outputs suggest that you are not seeing outputs like the following:

Bootstrapping package.json ... Done
Installing typescript ... Done
Installing prettier / pretty-quick ... Done
Bootstrapping .gitignore ... Done
Bootstrapping 'hello world'-sample ... Done
Staging files ... Done

Happy hacking!

Is that correct?

@claasahl
Copy link
Owner

I just pushed out v0.8.0, which updates several dependencies. Perhaps, this does the trick 🤞

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

2 participants