Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brentonhouse/appc.npm.test2
- Owner: brentonhouse
- License: other
- Created: 2014-07-19T22:10:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T22:21:06.000Z (over 10 years ago)
- Last Synced: 2024-05-01T18:26:45.263Z (10 months ago)
- Language: JavaScript
- Size: 5.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
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 mobilewebmodule.js:340
throw err;
^
Error: Cannot find module 'fs-extra'```