nteract / commuter

🚎 Notebook sharing hub
BSD 3-Clause "New" or "Revised" License
489 stars 66 forks source link

commuter installation on AWS #251

Open KailasJanardhanan opened 5 years ago

KailasJanardhanan commented 5 years ago

Application or Package Used Tried to install commuter using the command npm install @nteract/commuter -g I tried it on Ubuntu instance(VM) on AWS.

Describe the bug I am getting the following error Error: Cannot find module '../../babel.flow.config' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15) at Function.Module._load (internal/modules/cjs/loader.js:506:25) at Module.require (internal/modules/cjs/loader.js:636:17) at require (internal/modules/cjs/helpers.js:20:18) at Object. (/usr/lib/node_modules/@nteract/commuter/node_modules/@nteract/webpack-configurator/index.js:12:25) at Module._compile (internal/modules/cjs/loader.js:688:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10) at Module.load (internal/modules/cjs/loader.js:598:32) at tryModuleLoad (internal/modules/cjs/loader.js:537:12) at Function.Module._load (internal/modules/cjs/loader.js:529:3)

To Reproduce Steps to reproduce the behavior:

  1. Take an Ubuntu 18.04.1 instance on AWS
  2. Install npm by the following commands curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - sudo apt install nodejs
  3. Install commuter using the command - npm install @nteract/commuter -g
  4. Post this if we just run the command 'commuter', you will get the exception mentioned above

Expected behavior Proper installation.

Screenshots NA

Desktop (please complete the following information):

Additional context NA

KailasJanardhanan commented 5 years ago

Is there any specific version of node js you recommend. Also is there any prerequisite that babel should be installed

ryanzlu commented 5 years ago

Same problem as in #3654

mstewart141 commented 5 years ago

I am seeing this issue, as well.

sayonkumarsaha commented 5 years ago

Same here.

aabdullah-bos commented 5 years ago

I am seeing the same issue, any update?

jdetle commented 5 years ago

Thanks everyone, it is confirmed that is an issue. We will try to get this fixed as soon as possible.

jimdowling commented 5 years ago

I can confirm the same issue is on Ubuntu 16.04 with nodejs v10.15.0

weldpua2008 commented 5 years ago

I can confirm the same issue is on Debian 8 with nodejs v8.15.0

asyd commented 5 years ago

Same issue here, any news about it?

GagandeepS commented 5 years ago

Any workaround of this? I am facing the same issue.

mstewart141 commented 5 years ago

@jdetle i am curious if you have any update on this issue, or if you can recommend someone i might ping RE the above? thank you!!