commuter
commuter copied to clipboard
commuter installation on AWS
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.
To Reproduce Steps to reproduce the behavior:
- Take an Ubuntu 18.04.1 instance on AWS
- Install npm by the following commands curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - sudo apt install nodejs
- Install commuter using the command - npm install @nteract/commuter -g
- 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
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.
@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!!