Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find module '../proposal-realms/shim/src/realm.js' #183

Closed
dckc opened this issue Oct 9, 2018 · 2 comments
Closed

Error: Cannot find module '../proposal-realms/shim/src/realm.js' #183

dckc opened this issue Oct 9, 2018 · 2 comments

Comments

@dckc
Copy link
Collaborator

dckc commented Oct 9, 2018

The .travis.yml file suggests this should work, but I'm losing; I expect I know how to fix this, but I'm filing this on behalf of the next person in this position:

~/projects$ git clone https://github.com/Agoric/SES.git
...
Resolving deltas: 100% (363/363), done.

connolly@jambox:~/projects$ cd SES/
connolly@jambox:~/projects/SES$ npm install
npm notice created a lockfile as package-lock.json. You should commit this file.
added 41 packages from 53 contributors and audited 56 packages in 2.771s
found 0 vulnerabilities

connolly@jambox:~/projects/SES$ npm run test

> ses@0.1.3 test /home/connolly/projects/SES
> node scripts/build-intermediate.js && tape -r esm test/**/*.js

Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification
Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification
wrote 59242 to src/stringifiedBundle
file:///home/connolly/projects/SES/src/SES.js:1
Error: Cannot find module '../proposal-realms/shim/src/realm.js'
    at Object.<anonymous> (file:///home/connolly/projects/SES/src/SES.js:1)
npm ERR! code ELIFECYCLE
...


~/projects/SES$ git log -n 1  # What version am I testing?
commit 15ecf1520c8314f7ec29165548eccff1118e294d
Date:   Fri Aug 24 16:41:06 2018 -0700

dckc referenced this issue in dckc/SES Oct 9, 2018
@dckc
Copy link
Collaborator Author

dckc commented Oct 9, 2018

tee hee... I see the git submodule now.

Worth a mention in the README?

@warner
Copy link
Contributor

warner commented Nov 15, 2018

Agoric/SES#21 should fix this, I think.

@warner warner closed this as completed Nov 15, 2018
@jfparadis jfparadis transferred this issue from Agoric/SES Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants