-
Notifications
You must be signed in to change notification settings - Fork 2
Changing to absolute paths #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
avaer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we checked the docs for places to update, since it's a breaking change?
| /node_modules | ||
| /example/installed | ||
| /example/data | ||
| .idea/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this part of the PR?
| "type": "git", | ||
| "url": "https://github.com/modulesio/archae.git" | ||
| "url": "https://github.com/toomu/archae.git" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it the intention to take over this repo in npm?
| @@ -7,7 +7,7 @@ | |||
| }, | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version probably needs an update.
| const _ensureNodeModules = (module, moduleName) => new Promise((accept, reject) => { | ||
| mkdirp(path.join(dirname, installDirectory, 'plugins', moduleName, 'node_modules'), err => { | ||
| mkdirp(path.join( installDirectory, 'plugins', moduleName, 'node_modules'), err => { | ||
| if (!err) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird spacing regression here.
No description provided.