https://github.com/oresoftware/node_path_example_project
using the NODE_PATH env variable
https://github.com/oresoftware/node_path_example_project
javascript node-path nodejs
Last synced: 11 months ago
JSON representation
using the NODE_PATH env variable
- Host: GitHub
- URL: https://github.com/oresoftware/node_path_example_project
- Owner: ORESoftware
- Created: 2017-12-26T09:32:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T09:54:14.000Z (about 8 years ago)
- Last Synced: 2023-03-02T00:26:05.705Z (almost 3 years ago)
- Topics: javascript, node-path, nodejs
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Example project - using NODE_PATH env variable
run any of the index.sh files, and you will see how NODE_PATH incorporates the node_modules folder from the
parent directory.
*You must run `npm install` to create the node_modules directory in the root of the project*