Changes between Version 3 and Version 6 of Ticket #8848
- Timestamp:
- Nov 25, 2012, 5:26:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8848 – Description
v3 v6 3 3 {{{Error: Cannot find module 'shelljs/global'}}} 4 4 5 Its installed in __release/node_modules. I guess it doesn't work because the dependency is installed inside the __releasefolder, but require runs one level higher up.5 Its installed in {{{__release/node_modules}}}. I guess it doesn't work because the dependency is installed inside the {{{__release}}} folder, but require runs one level higher up. 6 6 7 7 Installing shelljs globally doesn't help either.