nteract / commuter

🚎 Notebook sharing hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commuter installation on AWS

KailasJanardhanan opened this issue · comments

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):

  • OS: Ubuntu 18.04.1 instance on AWS
  • Browser NA
  • Version NA

Additional context
NA

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

Same problem as in #3654

commented

I am seeing this issue, as well.

Same here.

I am seeing the same issue, any update?

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

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

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

Same issue here, any news about it?

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

commented

@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!!