-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Cannot find module 'portfinder' #2296
Comments
@JoshWilliams92 -- this looks like a dup of #1782 |
I have resolved the issue by globally installing the portfinder module and then npm installing it in my main project directory after generating a new project. I had this problem today also with the reflect-metadata module but repeated the same process as above. |
Dupe of #1782. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Windows 10
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:ng --version not working, node version 4.50 (LTS)
do on your code? etc.
No App created yet
more information.
Error cannot find module 'portfinder'
I installed globally via NPM as normal and when I try to either check the version or generate a new project it throws the same error.
The text was updated successfully, but these errors were encountered: