Skip to content

Changing to absolute paths#2

Open
toomu wants to merge 2 commits into
avaer:masterfrom
toomu:changing-to-absolute-paths
Open

Changing to absolute paths#2
toomu wants to merge 2 commits into
avaer:masterfrom
toomu:changing-to-absolute-paths

Conversation

@toomu

@toomu toomu commented May 11, 2017

Copy link
Copy Markdown

No description provided.

@avaer avaer left a comment

Copy link
Copy Markdown
Owner

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?

Comment thread .gitignore
/node_modules
/example/installed
/example/data
.idea/

Copy link
Copy Markdown
Owner

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?

Comment thread package.json
"type": "git",
"url": "https://github.com/modulesio/archae.git"
"url": "https://github.com/toomu/archae.git"
},

Copy link
Copy Markdown
Owner

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?

Comment thread package.json
@@ -7,7 +7,7 @@
},

Copy link
Copy Markdown
Owner

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.

Comment thread index.js
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) {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird spacing regression here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants