-
Notifications
You must be signed in to change notification settings - Fork 27
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
postInstall step not running with JSPM #36
Comments
Does jspm run postinstall hook? |
Just leaving it here for reference jspm/npm#36 |
I'm having the same issue. |
After this mornings closed pull request, this is the only barrier to JSPM support |
See #42. |
Closed by #47 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
I saw another issue on this -- I'm encountering the same problem.
I install
cssnext
via jspm:jspm install npm:cssnext
. It installs without error, but when I try to leverage cssnext I encounter an error stating thatfeatures.js
does not exist.If I navigate to the
caniuse-api
directory and runnode generator.js
the file is generated successfully and all is well.Node v5.3.0
NPM v3.5.3
Windows 10 x64
The text was updated successfully, but these errors were encountered: