facebook

React project – npm commands in Terminal+

  1. CodeMix & Angular IDE
  2.  > 
  3. Getting Help
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #605799 Reply

    larrymmm
    Participant

    1. I always get errors when running npm install (FetchError: request to http://registry.npmjs.org/react failed, reason: write EPROTO 18140:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:opensslsslrecordssl3_record.c:252). On the web, it looks like this is a common error – always relating to your proxy.
    2. Terminal+ is so slow on Windows. I can’t tell if it’s doing anything sometimes, especially at the beginning. Not sure if this is related to the proxy error, but unless I can find a workaround I’ll have to abandon CodeMix and go to something like VS Code (which is free and has no proxy issues).

    #605800 Reply

    timwebb
    Keymaster

    Larry,

    For the first issue, mind confirming if you have already setup proxy in the Terminal+ area for your project, such as:

    npm config set proxy http://proxy.company.com:8080
    npm config set https-proxy http://proxy.company.com:8080

    For Terminal+ performance, mind describing a bit more or sharing a screencast of what you are seeing?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: React project – npm commands in Terminal+

You must be logged in to post in the forum log in