Unverified Commit 7853663c authored by yann300's avatar yann300 Committed by GitHub

Update vyper.js

parent 0111fbd1
......@@ -2,7 +2,7 @@ var spawn = require('child_process').spawn
var stdout = require('stdout')
module.exports = function () {
var vyperServer = run('./python_modules/bin/vyper-serve', [])
var vyperServer = run('./node_modules/.bin/nopenv vyper-serve', [])
function kill () {
if (vyperServer) {
console.log('stopping vyper compiler')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment