You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accomplish active development by using the npm link command instead of npm install for putting some of the dependencies under the node_modules folder. But I noticed that specifying dir 'node_modules' does not upload any of the sub-directories under node_modules that happen to be sym/soft linked by the npm link command.
Please add the ability to tell the iron worker upload process to follow and upload links in the filesystem too.
The text was updated successfully, but these errors were encountered:
I use several nodejs submodules that are under active development as the dependencies for my iron worker.
I accomplish active development by using the
npm link
command instead ofnpm install
for putting some of the dependencies under thenode_modules
folder. But I noticed that specifyingdir 'node_modules'
does not upload any of the sub-directories undernode_modules
that happen to be sym/soft linked by thenpm link
command.Please add the ability to tell the iron worker upload process to follow and upload links in the filesystem too.
The text was updated successfully, but these errors were encountered: