Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Facing Oracle Jet installation error using npm

3221136Jul 23 2018 — edited Jan 24 2019

Hi all,

     I am facing the below error while installing Oracle Jet using node.js.

After running this command:

npm install -g @oracle/ojet-cli

which is failing with:

rollbackFailedOptional: npm -session ecd650fc9258

A detailed description of the log is as below:

0 info it worked if it ends with ok

1 verbose cli [ 'C:

Program Files\\nodejs

node.exe',

1 verbose cli 'C:

Program Files\\nodejs\\node_modules\\npm\\bin

npm-cli.js',

1 verbose cli 'install',

1 verbose cli '-g',

1 verbose cli '@oracle/ojet-cli' ]

2 info using npm@5.6.0

3 info using node@v8.11.3

4 verbose npm-session 7998687807d705a4

5 silly install loadCurrentTree

6 silly install readGlobalPackageData

7 silly fetchPackageMetaData error for @oracle/ojet-cli@latest request to https://registry.npmjs.org/@oracle%2fojet-cli failed, reason: connect ETIMEDOUT 104.16.27.35:443

8 verbose type system

9 verbose stack FetchError: request to https://registry.npmjs.org/@oracle%2fojet-cli failed, reason: connect ETIMEDOUT 104.16.27.35:443

9 verbose stack at ClientRequest.req.on.err (C:\Program Files\nodejs\node_modules\npm\node_modules\pacote\node_modules\make-fetch-happen\node_modules\node-fetch-npm\src\index.js:68:14)

9 verbose stack at emitOne (events.js:116:13)

9 verbose stack at ClientRequest.emit (events.js:211:7)

9 verbose stack at TLSSocket.socketErrorListener (_http_client.js:387:9)

9 verbose stack at emitOne (events.js:116:13)

9 verbose stack at TLSSocket.emit (events.js:211:7)

9 verbose stack at emitErrorNT (internal/streams/destroy.js:64:8)

9 verbose stack at _combinedTickCallback (internal/process/next_tick.js:138:11)

9 verbose stack at process._tickCallback (internal/process/next_tick.js:180:9)

10 verbose cwd C:\Users\abbhat.ORADEV

11 verbose Windows_NT 6.1.7601

12 verbose argv "C:

Program Files\\nodejs

node.exe" "C:

Program Files\\nodejs\\node_modules\\npm\\bin

npm-cli.js" "install" "-g" "@oracle/ojet-cli"

13 verbose node v8.11.3

14 verbose npm v5.6.0

15 error code ETIMEDOUT

16 error errno ETIMEDOUT

17 error network request to https://registry.npmjs.org/@oracle%2fojet-cli failed, reason: connect ETIMEDOUT 104.16.27.35:443

18 error network This is a problem related to network connectivity.

18 error network In most cases you are behind a proxy or have bad network settings.

18 error network

18 error network If you are behind a proxy, please make sure that the

18 error network 'proxy' config is set properly. See: 'npm help config'

19 verbose exit 1, true

Can you please help me on fixing this above error?

Thanks!

Abhishek

Comments
Post Details
Added on Jul 23 2018
4 comments
1,089 views