Description
When getting the project setup and you get to the grunt prepare
step, it runs a series of tasks where this happens...
Running "shell:depNSInit" (shell) task
node-gyp rebuild
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
SOLINK_MODULE(target) Release/fse.node
grunt-ts@4.1.2 ../../node_modules/grunt-ts
├── rimraf@2.2.6
├── ncp@0.5.1
├── underscore@1.5.1
├── es6-promise@0.1.2
├── underscore.string@2.3.3
├── lodash@2.4.1
├── csproj2ts@0.0.2 (es6-promise@2.3.0, xml2js@0.4.9, lodash@3.10.0)
├── typescript@1.4.1
└── chokidar@1.0.5 (arrify@1.0.0, path-is-absolute@1.0.0, is-glob@1.1.3, glob-parent@1.2.0, async-each@0.1.6, is-binary-path@1.0.1, readdirp@1.4.0, anymatch@1.3.0, fsevents@0.3.6)
src/
Warning: Task "default" not found. Use --force to continue.
Aborted due to warnings.
Warning: Command failed: /bin/sh -c npm install&&grunt --no-runtslint
Use --force to continue.
Aborted due to warnings.