Error: connect EACCES 34.205.184.0:443 - Local (undefined:undefined) - authentication

I'm having this problem I can't seem to find a solution for it. I am trying to connect heroku in pycharm ide. I have followed all the steps but whenever I type
'''$ heroku login'''
it shows the error as
Error: connect EACCES 34.205.184.0:443 - Local (undefined:undefined).
I have installed heroku CLI too. I tried a lot but couldn't find the solution.

Related

Error when I want to create react app: error Couldn't find package "jest-watch-typeahead#^1.0.0" required by "react-scripts" on the "npm" registry

I get this error when I use CRA and I start it with yarn. Although I searched for that on the stack I can't find a solution for that:
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error Couldn't find package "jest-watch-typeahead#^1.0.0" required by "react-scripts" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Aborting installation.
yarnpkg add --exact react react-dom react-scripts cra-template --cwd F:\projects\notes has failed.
Deleting generated file... package.json
Deleting notes/ from F:\projects
Done.
error Command failed.
Exit code: 1
Command: C:\Users\arman\AppData\Local\Yarn\bin\create-react-app
Arguments: notes
Directory: F:\projects
Output:
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.
It says about network connections, but my connection doesn't have any problem and I ran it several times. Is it possible that my problem is sanctions against Iran?
What's the problem and what do I have to do for fixing it?

npm run production: Error: Cannot find module './Webpack4Cache'

I keep on getting this error every time I try to run npm run production on the freshly deployed laravel project:
Error: Cannot find module './Webpack4Cache'
I'm deploying to Ubuntu droplet - any idea how to resolve this issue?
CPU usage also goes over 100% when this npm script is running.

connect ECONNREFUSED 127.0.0.1:19001 when trying to do `expo publish`

I get this error message when trying to run the expo publish command.
Building iOS bundle
connect ECONNREFUSED 127.0.0.1:19001
Set EXPO_DEBUG=true in your env to view the stack trace.```
I tried updating expo to the latest version, didn't work.
I am using expo-cli version 3.11.9, node version 12.9.0 and npm version 6.10.2.
Any info would be appreciated, thanks in advance.
This error occurs because the React Native application is not running. To avoid this kind of error, you must first start the application and at the same time open another window to run the compile command.
I had the same problem. But after some research (https://forums.expo.io/t/error-when-trying-to-run-exp-publish/223), I found that deleting the .expo folder in your project fixes the problem.
Let me know if that worked for you.

Getting error 'Cannot find module 'parse-server'

I am trying to run Parse server which is available on link:
https://github.com/ParsePlatform/parse-server
I have done some pre-requisites related to MongoDB and some other concepts. When I try to run parse server using command:
node parseServer.js
But this command gives me an error as:
'Cannot find module 'parse-server'
Again, I installed parse-server module using command:
sudo npm install -g parse-server
After installing this module, I tried again to run parse server, but still I am getting same error.
Some help would be really appreciable. Thanks in advance.
Try to use the Parse Server example, Parse server is used as a like node js module.
What is the different between Parse-server and Parse-server-example on ParsePlatform on GitHub?

Cannot install some packages from npm

My computer has a strange problem. Whenever I try to install some npm packages like ionic and cordova, it fails giving some shasum check failed error.
Like this cmd snapshot:
This has happened with other packages like generator-ionic
I've also checked for proxy setups in Internet Options and Router Settings, there are none.
Also, when I try to install these packages using my phone's data connection (usb tethering) they get installed without any problems.
I am assuming there is some problem with my internet connection, but can't seem to figure out what it is.
If your network is blocking the npm repository ,You may get this error ,Please use fiddler to debug you npm is able to connect to repository