Herbert Hart
Herbert Hart
Has anyone found a solution for the redirect issue? I'm still struggling.
@johncmunson I use NPM workspaces with lerna and it works great. I let NPM do all the symlinking and stuff (no need for `lerna bootstrap`) and can still use lerna's...
node ran out of memory. you need to allocate more memory for node. try `node --max_old_space_size=4096 ` without the tags
@Xixiao007 did you try to add the `Options`-Method in the ``? It would look like this: ``` http://localhost:8080 https://* GET OPTIONS * ```