-
Notifications
You must be signed in to change notification settings - Fork 110
Update package.json: modify postinstall script #31
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
Open
sudodoki
wants to merge
1
commit into
yearofmoo-articles:master
Choose a base branch
from
sudodoki:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
this change results in the following messages "bower install" not found exit status 127
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.
What's your version of npm (
npm -v
)? Try updating npm (npm install -g npm
), because npm by defaults adds./node_modules/.bin
folder to $PATH, so npm-scripts can use executables without this dance, which comes out to not work on windows (wrong separator).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.
I am js noob so bare with me if i say something completely idiotic, npm -v returned 1.4.14, npm was installed with the nodejs package, which i installed from this repo ppa:chris-lea/node.js. And by the way i am using a vagrant box for my dev environnement, pretty this might have an influence.
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 looks good. But this worked for me previously. Will check
everything again as soon as I get to my machine.
Sorry for tyops, I'm doing this via phone.
18.07.2014 10:13 пользователь "ExuperO" [email protected] написал:
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.
Thanks for the help
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.
Okay, today I'm getting an issue with bootstrap.css not found. 😢
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.
Ok, actually, that was an issue with my bower using the different registry. But still, my bower installed 1.2.8 fails with 'Arguments to path.join must be strings', which means bower version in package.json should be bumped (known issue that came up last week, I believe). See bower/bower#1404.