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

meteor-embark not compatible with the latest meteor #3

Open
pciavald opened this issue Apr 26, 2016 · 0 comments
Open

meteor-embark not compatible with the latest meteor #3

pciavald opened this issue Apr 26, 2016 · 0 comments

Comments

@pciavald
Copy link

pciavald commented Apr 26, 2016

Hi,

meteor update seems to break the plugin

meteor-embark/example [master] » embark -V
1.0.2

meteor-embark/example [master] » PATH=~/Downloads/go-ethereum-1.1.3/build/bin:$PATH geth version
Geth
Version: 1.1.3
Protocol Versions: [61 60]
Network Id: 1
Go Version: go1.6
OS: linux
GOPATH=
GOROOT=/usr/lib/go

meteor-embark/example [master] » node --version                                                 
v0.12.2

meteor-embark/example [master] » meteor --version
Meteor 1.2.1

in another terminal window

~ » nvm ls
->      v0.12.2
        v5.10.1
default -> 0.12.2 (-> v0.12.2)
node -> stable (-> v5.10.1) (default)
stable -> 5.10 (-> v5.10.1) (default)
iojs -> N/A (default)

~ » nvm use 5.10.1
Now using node v5.10.1 (npm v3.8.3)

~ » testrpc --version
EthereumJS TestRPC v2.0.5
[testrpc info...]
Listening on localhost:8545

back to the first window

meteor-embark/example [master] » node --version                                                 
v0.12.2

meteor-embark/example [master] » sed "s/8101/8545/" config/blockchain.yml

meteor-embark/example [master●] » PATH=~/Downloads/go-ethereum-1.1.3/build/bin:$PATH meteor --port 3006
[[[[[ ~/Desktop/lol/meteor-embark/example ]]]]]        

=> Started proxy.                             
=> Meteor 1.3.1 is available. Update this project with 'meteor update'.
=> Started MongoDB.                           
🔑  account #0: {17e3e1c58b782ba43d4fc336c8348306b697ac1c}
🔗  network 26545 : Starting New Blockchain Process
   Building for web.browser                  /
🔏  deployed SimpleCounter at 0x095be0d25d32811c35b0a572f0c5eb1bb484bae1
=> Started your app.                          

=> App running at: http://localhost:3006/

meteor-embark/example [master●] » meteor update
... bunch of updates

meteor-embark/example [master●] » meteor --version
Meteor 1.3.2.4

meteor-embark/example [master●] » PATH=~/Downloads/go-ethereum-1.1.3/build/bin:$PATH meteor --port 3006
[[[[[ ~/Desktop/lol/meteor-embark/example ]]]]]        

=> Started proxy.                             
=> Started MongoDB.                           
   Determining active plugins                -
/home/pciavald/.meteor/packages/hitchcott_embark/.0.6.4.vj5tzl++os.linux.x86_64+web.browser+web.cordova/plugin.embark.os.linux.x86_64/npm/embark/node_modules/embark-framework/node_modules/solc/bin/soljson-latest.js:1
aughtException",(function(ex){if(!(ex instanceof ExitStatus)){throw ex}}));Mod
                                                                    ^
TypeError: Object [object Object] has no method 'await'
    at Object.wrapper [as realpath] (/tools/fs/files.js:1359:32)
    at SymlinkLoopChecker.check (/tools/isobuild/package-source.js:208:28)
    at find (/tools/isobuild/package-source.js:1453:23)
    at PackageSource._findSources (/tools/isobuild/package-source.js:1510:12)
    at SourceArch.getFiles (/tools/isobuild/package-source.js:1296:27)
    at /tools/isobuild/compiler.js:394:23
    at /tools/isobuild/compiler.js:176:26
    at Array.forEach (native)
    at Function._.each._.forEach (/home/pciavald/.meteor/packages/meteor-tool/.1.3.2_4.u6byp3++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
    at Object.compile (/tools/isobuild/compiler.js:171:5)
    at /tools/isobuild/bundler.js:2512:24
    at /tools/utils/buildmessage.js:271:13
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:264:29
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:262:18
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:253:23
    at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.capture (/tools/utils/buildmessage.js:252:19)
    at Object.exports.bundle (/tools/isobuild/bundler.js:2455:31)
    at /tools/runners/run-app.js:591:36
    at Function.run (/tools/tool-env/profile.js:489:12)
    at bundleApp (/tools/runners/run-app.js:581:34)
    at AppRunner._runOnce (/tools/runners/run-app.js:634:35)
    at AppRunner._fiber (/tools/runners/run-app.js:887:28)
    at /tools/runners/run-app.js:411:12

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

No branches or pull requests

1 participant