Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brentonhouse/appc.npm.test2

Test for using locally installed npm package in alloy.jmk
https://github.com/brentonhouse/appc.npm.test2

Last synced: 24 days ago
JSON representation

Test for using locally installed npm package in alloy.jmk

Awesome Lists containing this project

README

        

This is a project created for testing using a locally installed npm package inside of alloy.jmk

Normally, I would not checkin the node_modules folder, but I did so in this case for demonstration purposes.

----------------------------------

The following is the command that is executed and the error that follows:

```
ti build -p mobileweb

module.js:340
throw err;
^
Error: Cannot find module 'fs-extra'

```