Skip to content

Conversation

@toomu
Copy link

@toomu toomu commented May 11, 2017

No description provided.

Copy link
Owner

@avaer avaer left a 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/
Copy link
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?

"type": "git",
"url": "https://github.com/modulesio/archae.git"
"url": "https://github.com/toomu/archae.git"
},
Copy link
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?

@@ -7,7 +7,7 @@
},
Copy link
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.

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
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