Closed CodisRedding closed 9 years ago
I'm not sure this is issue with reactify, you can try to
console.log(`${config.server.uri}:${config.server.port}`)
and see the resulted string.
@andreypopp sure enough that resulted in correct output "http://localhost:8002". I'm now 99% sure that I'm just using path.join() incorrectly. Thanks. I'm going to close this.
I was hoping to use the string interpolation features of harmony but I'm running into an error when using the flag --harmony with reactify.
I first run
npm start
an all is well. As soon as I hit the code in the module (listed below) I get the error shown here. I'm not sure if this is an issue with reactify or not.error
config file
module
package.json