-
I have git, node, bower, gulp installed.
I did the following:
`cd marklogic-samplestack/`
`git pull`
`cd browser/`
`npm install`
This is the response:
```
npm ERR! Error: EACCES, mkdir '/Users/kald…
-
This has been talked about vaguely in multiple places a few times, so I wanted to open an issue to centralise the discussion and get it on the historical record.
Several platforms have a feature whic…
-
![cst-ast flow](https://f.cloud.github.com/assets/150330/2489382/fc09b41c-b160-11e3-9296-8b12697efcd2.png)
This is in response to @Constellation's figures on another escodegen thread, which I hope ge…
-
I have managed to get node-theseus to launch a sails.js app at 0.9.16 (stable) but at 0.10.0-rc5 (beta) it fails with the following error:
```
root@nodejs sf_vm-share/test_app# node-theseus --theseus…
-
The current AST for simple characterClass looks like this:
```
➜ regjsparser git:(ast-cleanup) node bin/parser '[a]'
{
"type": "alternative",
"terms": [
{
"type": "charac…
-
As mentioned in https://github.com/int3/doppio/issues/113#issuecomment-10972143, it would be nice to have a quick compiler that resolves names for us when we're writing natives, so we don't need to sp…
-
`docker-compose up` results in a failed build when trying to start the express server. Output from terminal:
``` bash
bash
unset DYLD_LIBRARY_PATH ; unset LD_LIBRARY_PATH
mkdir -p ~/.boot2docker
if …
-
Serializing functions is tricky business that is basically not possible to get 100% correct without doing insane things. It also encourages bad practices of shipping app code over the wire by serializ…
ericf updated
10 years ago
-
Calling `gnode` directly is just as bad as calling `coffee-script` directly.
It mutates the `require.extensions` global.
You can move `gnode` to devDependencies.
-
Each project implementing grunt must have a `package.json` file